1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Revert "exclude amount of posts from display if plugin is not installed"

This reverts commit 5b8d3c10daa94064a73c034e46884eaff1d9f942.
This commit is contained in:
Lóna Lore 2015-02-20 12:15:04 +01:00
parent 5b8d3c10da
commit 488feb2a64

View File

@ -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();
}