Przeglądaj źródła

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 13 lat temu
rodzic
commit
5ffa45efd3
1 zmienionych plików z 1 dodań i 1 usunięć
  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)