Browse Source

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 10 năm trước cách đây
mục cha
commit
9bb0fb10ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.