1
0
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:
Tijn Kuyper
2012-12-08 00:32:37 +01:00
parent df2a903e62
commit 9b1543ec2c
4 changed files with 8 additions and 8 deletions

View File

@@ -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";
}