Removed PHP "warning"

SVN:trunk[969]
This commit is contained in:
Romain Quetiez
2010-11-24 09:05:35 +00:00
parent 5ecbc66d7e
commit ff112faf5a

View File

@@ -164,6 +164,7 @@ EOF
public function output()
{
$sMenu = '';
$this->AddMenuButton('logoff', 'Portal:Disconnect', '../pages/logoff.php?portal=1'); // This menu is always present and is the last one
foreach($this->m_aMenuButtons as $aMenuItem)
{
@@ -173,4 +174,4 @@ EOF
parent::output();
}
}
?>
?>