1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

Bugtracker #4365 - notice removal

This commit is contained in:
e107steved 2008-04-05 07:58:30 +00:00
parent 84a5b75bc3
commit d9d4c5ab63

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.14 $
| $Date: 2008-02-17 03:42:33 $
| $Author: mcfly_e107 $
| $Revision: 1.15 $
| $Date: 2008-04-05 07:58:30 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -453,6 +453,8 @@ function render_plugs($pluginList)
{
global $tp, $imode, $plugin;
if (empty($pluginList)) return '';
foreach($pluginList as $plug)
{
$_path = e_PLUGIN.$plug['plugin_path'].'/';