]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed bug introduced in [3608]
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Dec 2009 16:18:38 +0000 (16:18 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Dec 2009 16:18:38 +0000 (16:18 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3727 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/plugins.php

index 1e0a683c2de4fef64ed6bd8189ae756db1d24457..0c8af549713021bd3da9b06c533acee4fc972385 100644 (file)
@@ -358,7 +358,7 @@ function check_plugin_compatibility($manifest_elgg_version_string) {
  *                                                             are calling from.
  */
 function find_plugin_settings($plugin_name = "") {
-       $options = array('type' => object, 'subtype' => 'plugin', 'limit' => 9999);
+       $options = array('type' => 'object', 'subtype' => 'plugin', 'limit' => 9999);
        $plugins = elgg_get_entities($options);
        $plugin_name = sanitise_string($plugin_name);
        if (!$plugin_name) {