From: Pablo Martin Date: Wed, 24 Oct 2012 03:37:01 +0000 (+0000) Subject: remove group chat menu. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fc9430d2665235b3a0d39504ecfa236e8d58c6e1;p=lorea%2Felgg.git remove group chat menu. --- diff --git a/start.php b/start.php index 2fe38b5d5..b6cbc52fe 100644 --- a/start.php +++ b/start.php @@ -138,7 +138,7 @@ function beechat_pagesetup() { global $CONFIG; - if (get_context() == 'groups' && isloggedin()) { + /*if (get_context() == 'group_profile' && isloggedin()) { if (get_plugin_setting("groupdomain", "beechat")) { $user = get_loggedin_user(); $group = page_owner_entity(); @@ -150,7 +150,7 @@ } } } - elseif (get_context() == 'settings' && isloggedin()) { + else*/if (get_context() == 'settings' && isloggedin()) { if (get_loggedin_user()->chatenabled) { add_submenu_item(elgg_echo('beechat:disablechat'), $CONFIG->wwwroot . "mod/beechat/disablechat.php"); }