From 54d01c6d966b87480336beddf6d92b89cb92d76b Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Dec 2009 16:18:38 +0000 Subject: fixed bug introduced in [3608] git-svn-id: http://code.elgg.org/elgg/trunk@3727 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/plugins.php') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 1e0a683c2..0c8af5497 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -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) { -- cgit v1.2.3