sort the plugins to make it easier to compare lists

This commit is contained in:
friendica 2014-09-11 22:56:01 -07:00
parent dd10a77488
commit cd7d845568

View File

@ -33,6 +33,7 @@ function siteinfo_init(&$a) {
foreach($r as $rr)
$visible_plugins[] = $rr['name'];
}
sort($visible_plugins);
if(@is_dir('.git') && function_exists('shell_exec'))
$commit = trim(@shell_exec('git log -1 --format="%h"'));