From 75f98ad90ccbe29c9615c02b5badb35038e540c7 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Thu, 9 Jul 2009 22:12:21 +0000 Subject: [PATCH] Update routine fix for plugin table. --- e107_handlers/plugin_class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 040e29bf4..44a027db1 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -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.65 $ -| $Date: 2009-07-09 02:47:12 $ +| $Revision: 1.66 $ +| $Date: 2009-07-09 22:12:21 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -188,7 +188,7 @@ class e107plugin { // print_a($plug_info); $pluginDBList[$plugin_path]['status'] = 'update'; - $pluginDBList[$plugin_path]['plugin_category'] = (isset($plug_info['category'])) ? $plug_info['category'] : "misc"; + $pluginDBList[$plugin_path]['plugin_category'] = (varsettrue($plug_info['category']) ) ? $plug_info['category'] : "misc"; }