Fix: Wrong direction of test

This commit is contained in:
Laurent Destailleur 2011-09-25 10:32:58 +00:00
parent dfac311a88
commit 81098a75fe

View File

@ -160,7 +160,7 @@ class Canvas
*/ */
function hasActions() function hasActions()
{ {
return (! is_object($this->control)); return (is_object($this->control));
} }
/** /**