mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Buffer fix
This commit is contained in:
@@ -3326,12 +3326,12 @@ class e107plugin
|
|||||||
$eplug_icon_small = null;
|
$eplug_icon_small = null;
|
||||||
|
|
||||||
|
|
||||||
|
ob_start();
|
||||||
if (include(e_PLUGIN.$plugName.'/plugin.php'))
|
if (include(e_PLUGIN.$plugName.'/plugin.php'))
|
||||||
{
|
{
|
||||||
//$mes->add("Loading ".e_PLUGIN.$plugName.'/plugin.php', E_MESSAGE_DEBUG);
|
//$mes->add("Loading ".e_PLUGIN.$plugName.'/plugin.php', E_MESSAGE_DEBUG);
|
||||||
}
|
}
|
||||||
|
ob_end_clean();
|
||||||
$ret = array();
|
$ret = array();
|
||||||
|
|
||||||
// $ret['installRequired'] = ($eplug_conffile || is_array($eplug_table_names) || is_array($eplug_prefs) || is_array($eplug_sc) || is_array($eplug_bb) || $eplug_module || $eplug_userclass || $eplug_status || $eplug_latest);
|
// $ret['installRequired'] = ($eplug_conffile || is_array($eplug_table_names) || is_array($eplug_prefs) || is_array($eplug_sc) || is_array($eplug_bb) || $eplug_module || $eplug_userclass || $eplug_status || $eplug_latest);
|
||||||
|
Reference in New Issue
Block a user