Pretty much pseudo-commit to make Hg let me merge some stuff in, only change was the "system plugin" key in $plugin_meta in PluginManager
authorDan
Tue, 08 Apr 2008 20:31:58 -0400
changeset 524 26287ae2449d
parent 523 9d239396be42
child 525 3f2dfdb99be4
Pretty much pseudo-commit to make Hg let me merge some stuff in, only change was the "system plugin" key in $plugin_meta in PluginManager
plugins/admin/PluginManager.php
--- a/plugins/admin/PluginManager.php	Tue Apr 08 20:30:50 2008 -0400
+++ b/plugins/admin/PluginManager.php	Tue Apr 08 20:31:58 2008 -0400
@@ -253,6 +253,8 @@
           // not set, skip this plugin
           continue 2;
       }
+      // decide if it's a system plugin
+      $plugin_meta['system plugin'] = in_array($dh, $plugins->system_plugins);
       // all checks passed
       $plugin_list[$dh] = $plugin_meta;
     }