Fix: Wrong direction of test
This commit is contained in:
parent
dfac311a88
commit
81098a75fe
@ -160,7 +160,7 @@ class Canvas
|
|||||||
*/
|
*/
|
||||||
function hasActions()
|
function hasActions()
|
||||||
{
|
{
|
||||||
return (! is_object($this->control));
|
return (is_object($this->control));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user