mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
Fixed "Strict standards" warning (introduced with the implementation of locks on edition)
SVN:trunk[3636]
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user