mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
PHPDoc fixes and code optimization.
This commit is contained in:
@@ -843,7 +843,7 @@ class eMessage
|
||||
}
|
||||
if(isset($stacks[$from_stack]))
|
||||
{
|
||||
if(!isset($SESSION[$_type][$to_stack]))
|
||||
if(!isset($stacks[$to_stack]))
|
||||
{
|
||||
$SESSION[$_type][$to_stack] = array();
|
||||
}
|
||||
|
Reference in New Issue
Block a user