Fixed: cache was being used during plugin fetch, so newly placed plugin files were not listed
authorDan
Sat, 16 May 2009 02:06:30 +0000
changeset 1000 dbefcae6b5cd
parent 999 61d492c43e5f
child 1001 79770fb4132a
Fixed: cache was being used during plugin fetch, so newly placed plugin files were not listed
plugins/admin/PluginManager.php
--- a/plugins/admin/PluginManager.php	Sat May 16 02:00:20 2009 +0000
+++ b/plugins/admin/PluginManager.php	Sat May 16 02:06:30 2009 +0000
@@ -117,7 +117,7 @@
     return;
   }
   
-  $plugin_list = $plugins->get_plugin_list();
+  $plugin_list = $plugins->get_plugin_list(null, false);
   
   // Are we processing an AJAX request from the smartform?
   if ( $paths->getParam(0) == 'action.json' )