1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00

Update routine fix for plugin table.

This commit is contained in:
CaMer0n
2009-07-09 22:12:21 +00:00
parent 99ff33b475
commit 75f98ad90c

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.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";
}