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

Buffer fix

This commit is contained in:
Cameron 2016-12-17 10:58:07 -08:00
parent c8955f8362
commit c8f1972c1d

View File

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