Exception handling
Addresses issue specified in https://github.com/daftspunk/oc-test-plugin/issues/21
This commit is contained in:
parent
bc165078de
commit
ced920e5d2
|
|
@ -595,6 +595,8 @@ class RelationController extends ControllerBehavior
|
|||
|
||||
protected function makeViewWidget()
|
||||
{
|
||||
$widget = null;
|
||||
|
||||
/*
|
||||
* Multiple (has many, belongs to many)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue