mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
More notice removals
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// $Id$
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
if($eMenuActive['chatbox_menu'] && ($pref['cb_layer']==2))
|
||||
if(vartrue($eMenuActive['chatbox_menu']) && ($pref['cb_layer']==2))
|
||||
{
|
||||
$eplug_js[] = e_JS."e_ajax.php";
|
||||
}
|
||||
|
Reference in New Issue
Block a user