1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

- menu parameters temporary UI solution

- various minor fixes and improvements (menu manager)
- message handler wont accept emtpy messages now
This commit is contained in:
secretr
2012-05-04 17:56:21 +00:00
parent a39b3f4787
commit 455cf3c68a
3 changed files with 105 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
/*
* e107 website system
*
* Copyright (C) 2008-2010 e107 Inc (e107.org)
* Copyright (C) 2008-2012 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
@@ -161,7 +161,8 @@ class eMessage
$mstack = $message[1];
$msg = $message[0];
}
if(empty($msg)) return $this;
if(!$session)
{
if($this->isType($type)) $this->_sysmsg[$type][$mstack][] = $msg;