Explorar o código

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 %!s(int64=13) %!d(string=hai) anos
pai
achega
5ffa45efd3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)