From: cash Date: Tue, 31 Jan 2012 01:28:01 +0000 (-0500) Subject: fixed typo in plugin code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=56057588976b1a4d430cfb211c90936bc75e0a4b;p=lorea%2Felgg.git fixed typo in plugin code --- 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) {