Fixed "Strict standards" warning (introduced with the implementation of locks on edition)

SVN:trunk[3636]
This commit is contained in:
Romain Quetiez
2015-07-10 09:09:28 +00:00
parent df9f25dc3c
commit dd5454591a

View File

@@ -63,7 +63,7 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
return 'UI.php';
}
function ReloadAndDisplay($oPage, $oObj, $aParams)
public static function ReloadAndDisplay($oPage, $oObj, $aParams)
{
$oAppContext = new ApplicationContext();
// Reload the page to let the "calling" page execute its 'onunload' method.