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