mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix undefined values and other warnings
This commit is contained in:
parent
702eebaa92
commit
eba7b75c3a
7 changed files with 73 additions and 37 deletions
|
|
@ -339,7 +339,7 @@ class NcenterliteController extends Ncenterlite
|
|||
|
||||
function triggerAfterInsertDocument(&$obj)
|
||||
{
|
||||
if ($obj->disable_triggers[$this->module] === true)
|
||||
if (isset($obj->disable_triggers[$this->module]) && $obj->disable_triggers[$this->module] === true)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue