mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Bugtracker #4365 - notice removal
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
|
||||||
| $Revision: 1.14 $
|
| $Revision: 1.15 $
|
||||||
| $Date: 2008-02-17 03:42:33 $
|
| $Date: 2008-04-05 07:58:30 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -453,6 +453,8 @@ function render_plugs($pluginList)
|
|||||||
{
|
{
|
||||||
global $tp, $imode, $plugin;
|
global $tp, $imode, $plugin;
|
||||||
|
|
||||||
|
if (empty($pluginList)) return '';
|
||||||
|
|
||||||
foreach($pluginList as $plug)
|
foreach($pluginList as $plug)
|
||||||
{
|
{
|
||||||
$_path = e_PLUGIN.$plug['plugin_path'].'/';
|
$_path = e_PLUGIN.$plug['plugin_path'].'/';
|
||||||
|
Reference in New Issue
Block a user