1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

infopanel fix (empty when no plugins installed)

This commit is contained in:
secretr
2010-10-28 11:12:45 +00:00
parent c766c5a8f2
commit a930926479
2 changed files with 16 additions and 19 deletions

View File

@@ -327,6 +327,7 @@ function getPluginLinks($iconSize = E_16_PLUGMANAGER, $linkStyle = 'adminb')
global $sql, $tp;
$plug_id = array();
$plugin_array = array();
e107::getDb()->db_Select("plugin", "*", "plugin_installflag = 1"); // Grab plugin IDs.
while ($row = e107::getDb()->db_Fetch())
{