1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Extra Lans, Notice removal and BC fix for plugin install.

This commit is contained in:
CaMer0n
2009-11-08 13:22:02 +00:00
parent 852204503c
commit 7639c4666c
5 changed files with 39 additions and 32 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
| $Revision: 1.113 $
| $Date: 2009-11-07 02:28:54 $
| $Revision: 1.114 $
| $Date: 2009-11-08 13:21:56 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -1603,6 +1603,7 @@ class e107plugin
$function = 'install';
$sql = e107::getDb();
$mes = e107::getMessage();
$mySQLprefix = MPREFIX; // Fix for some plugin.php files.
$plug = $this->getinfo($id);
$_path = e_PLUGIN.$plug['plugin_path'].'/';