git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2146 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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)