Explorar o código

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3636 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=10) %!d(string=hai) anos
pai
achega
9bb0fb10ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/cmdbabstract.class.inc.php

+ 1 - 1
application/cmdbabstract.class.inc.php

@@ -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.