Procházet zdrojové kódy

Fixed typo in the menu reflection API

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2146 a333f486-631f-4898-b8df-5754b55c2be0
romainq před 13 roky
rodič
revize
5ffa45efd3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      application/menunode.class.inc.php

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

@@ -782,7 +782,7 @@ class DashboardMenuNode extends MenuNode
 	{
 		parent::__construct($sMenuId, $iParentIndex, $fRank, $sEnableClass, $iActionCode, $iAllowedResults, $sEnableStimulus);
 		$this->sDashboardFile = $sDashboardFile;
-		$this->aReflectionProperties['dashboard_file'] = $sDashboardFile;
+		$this->aReflectionProperties['definition_file'] = $sDashboardFile;
 	}
 	
 	public function GetHyperlink($aExtraParams)