From 56057588976b1a4d430cfb211c90936bc75e0a4b Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 30 Jan 2012 20:28:01 -0500 Subject: fixed typo in plugin code --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 07b21d276..70bfcb28b 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -62,7 +62,7 @@ function elgg_get_plugin_ids_in_dir($dir = null) { $dir = elgg_get_plugins_path(); } - $plugin_idss = array(); + $plugin_ids = array(); $handle = opendir($dir); if ($handle) { -- cgit v1.2.3