浏览代码

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 年之前
父节点
当前提交
5ffa45efd3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 		parent::__construct($sMenuId, $iParentIndex, $fRank, $sEnableClass, $iActionCode, $iAllowedResults, $sEnableStimulus);
 		$this->sDashboardFile = $sDashboardFile;
 		$this->sDashboardFile = $sDashboardFile;
-		$this->aReflectionProperties['dashboard_file'] = $sDashboardFile;
+		$this->aReflectionProperties['definition_file'] = $sDashboardFile;
 	}
 	}
 	
 	
 	public function GetHyperlink($aExtraParams)
 	public function GetHyperlink($aExtraParams)