diff -r 3e73e4996d64 -r c08670a77871 includes/plugins.php
--- a/includes/plugins.php	Wed Jul 09 17:38:26 2008 -0400
+++ b/includes/plugins.php	Wed Jul 09 17:47:57 2008 -0400
@@ -446,6 +446,8 @@
     
     $this->update_plugins_cache($plugin_info);
     $GLOBALS['plugins_cache'] = $plugin_info;
+    
+    return true;
   }
   
   /**