1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

More $imode removal

This commit is contained in:
CaMer0n
2009-07-07 07:25:27 +00:00
parent 67765533e2
commit c29c2fb698
13 changed files with 59 additions and 63 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.26 $
| $Date: 2009-07-07 06:26:50 $
| $Revision: 1.27 $
| $Date: 2009-07-07 07:25:26 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -705,7 +705,7 @@ class pluginManager{
function pluginRenderPlugin($pluginList)
{
global $tp, $imode, $plugin, $frm;
global $tp, $plugin, $frm;
if (empty($pluginList)) return '';