From 56ad6ed7636e592783b958f7eea492c4a51f71c8 Mon Sep 17 00:00:00 2001 From: secretr Date: Thu, 8 Oct 2009 14:47:54 +0000 Subject: [PATCH] plugin handler typo --- e107_handlers/plugin_class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 9e6ddec0b..85aa0a878 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $ -| $Revision: 1.99 $ -| $Date: 2009-09-28 07:17:52 $ -| $Author: e107coders $ +| $Revision: 1.100 $ +| $Date: 2009-10-08 14:47:54 $ +| $Author: secretr $ +----------------------------------------------------------------------------+ */ @@ -1707,7 +1707,7 @@ class e107plugin if(count($bb_array) > 0) { ksort($bb_array); - $core->setPref('bbcode_list/'.$path,$sc_array); + $core->setPref('bbcode_list/'.$path, $bb_array); } // Build shortcode list - do if uninstalled as well