mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Fixes #1441 No button to refresh plugins list
This commit is contained in:
@@ -182,12 +182,15 @@ class admin_shortcodes
|
||||
$helpfile = $plugpath;
|
||||
}
|
||||
}
|
||||
if (!$helpfile) { return ''; }
|
||||
|
||||
if(!empty($helpfile))
|
||||
{
|
||||
ob_start();
|
||||
include_once($helpfile);
|
||||
$help_text .= ob_get_contents();
|
||||
ob_end_clean();
|
||||
}
|
||||
|
||||
return $help_text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user