diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/plugins.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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) {  | 
