mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Revert "exclude amount of posts from display if plugin is not installed"
This reverts commit 5b8d3c10daa94064a73c034e46884eaff1d9f942.
This commit is contained in:
parent
5b8d3c10da
commit
488feb2a64
@ -18,7 +18,7 @@ class chatbox_menu_user // plugin-folder + '_user'
|
||||
{
|
||||
$pref = e107::getPref();
|
||||
|
||||
if(!e107::isInstalled("chatbox_menu") || !$pref['cb_user_addon'])
|
||||
if (!$pref['cb_user_addon'])
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user