ObjectController: fix typo avoiding rendering...
...of disabled objects
This commit is contained in:
parent
7622200f2e
commit
88c28db54f
|
@ -135,7 +135,7 @@ abstract class ObjectController extends ActionController
|
||||||
$object->object_type = 'object';
|
$object->object_type = 'object';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->view->isDisabledd) {
|
if ($this->view->isDisabled) {
|
||||||
$object->disabled = 'n';
|
$object->disabled = 'n';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue