فهرست منبع

Removed PHP "warning"

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@969 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 سال پیش
والد
کامیت
6577e0433e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      application/portalwebpage.class.inc.php

+ 2 - 1
application/portalwebpage.class.inc.php

@@ -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();
 	}
 }
-?>
+?>