mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Admin notices removed
This commit is contained in:
@@ -1041,6 +1041,7 @@ class admin_shortcodes
|
|||||||
$render_plugins = FALSE;
|
$render_plugins = FALSE;
|
||||||
include_once(e_HANDLER.'plugin_class.php');
|
include_once(e_HANDLER.'plugin_class.php');
|
||||||
$plug = new e107plugin;
|
$plug = new e107plugin;
|
||||||
|
$plugin_array = array(); // kill php notices
|
||||||
if($sql -> db_Select('plugin', '*', 'plugin_installflag=1 ORDER BY plugin_path'))
|
if($sql -> db_Select('plugin', '*', 'plugin_installflag=1 ORDER BY plugin_path'))
|
||||||
{
|
{
|
||||||
while($row = $sql -> db_Fetch())
|
while($row = $sql -> db_Fetch())
|
||||||
|
Reference in New Issue
Block a user