mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Stats logging - support plugin.xml, add admin logging. Enhance supporting functions
This commit is contained in:
@@ -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.43 $
|
||||
| $Date: 2008-08-12 20:26:43 $
|
||||
| $Revision: 1.44 $
|
||||
| $Date: 2008-08-13 20:46:59 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -980,7 +980,7 @@ class e107plugin
|
||||
$pref['logLanguageFile'][$plug['plugin_path']] = $plug_vars['logLanguageFile']['@attributes']['filename'];
|
||||
break;
|
||||
case 'uninstall' :
|
||||
unset($pref['logLanguageFile'][$plug['plugin_path']]);
|
||||
if (isset($pref['logLanguageFile'][$plug['plugin_path']])) unset($pref['logLanguageFile'][$plug['plugin_path']]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user