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

small fixes

This commit is contained in:
CaMer0n
2009-11-11 16:02:42 +00:00
parent d7a0825cab
commit 217a2a2bd1
4 changed files with 30 additions and 20 deletions

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.54 $
| $Date: 2009-11-05 17:32:17 $
| $Author: secretr $
| $Revision: 1.55 $
| $Date: 2009-11-11 16:02:38 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -452,7 +452,9 @@ class pluginManager{
function pluginUpgrade()
{
global $plugin,$pref;
global $plugin,$pref,$admin_log;
$sql = e107::getDb();
$emessage = eMessage::getInstance();