Fixed typo in the menu reflection API

SVN:trunk[2146]
This commit is contained in:
Romain Quetiez
2012-08-06 13:17:04 +00:00
parent f0cd1cddb0
commit b001476a6f

View File

@@ -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)