mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Buffer fix
This commit is contained in:
parent
c8955f8362
commit
c8f1972c1d
@ -3326,12 +3326,12 @@ class e107plugin
|
||||
$eplug_icon_small = null;
|
||||
|
||||
|
||||
|
||||
ob_start();
|
||||
if (include(e_PLUGIN.$plugName.'/plugin.php'))
|
||||
{
|
||||
//$mes->add("Loading ".e_PLUGIN.$plugName.'/plugin.php', E_MESSAGE_DEBUG);
|
||||
}
|
||||
|
||||
ob_end_clean();
|
||||
$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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user