diff --git a/include/objectManager.php b/include/objectManager.php index 91442a6..326f6fd 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -1353,6 +1353,7 @@ class ObjectManager per page values and the second contains the default value. If the function does not exist we assume no multi-page behaviour */ $oObject = new $this->sClass(); + $sControls = ''; if(!method_exists($oObject, "objectGetItemsPerPage") || $oObject->objectGetItemsPerPage($this->sState) === FALSE)