]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed typo in plugin code
authorcash <cash.costello@gmail.com>
Tue, 31 Jan 2012 01:28:01 +0000 (20:28 -0500)
committercash <cash.costello@gmail.com>
Tue, 31 Jan 2012 01:28:01 +0000 (20:28 -0500)
engine/lib/plugins.php

index 07b21d276b3727490798b62f2260adf38426f371..70bfcb28bce7b46b71ea969e011e94dc48805a75 100644 (file)
@@ -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) {