Skip to content
Snippets Groups Projects
Commit 7cb975f2 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix ordering of ldapstatus list...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1355 44740490-163a-0410-bde0-09ae8108e29a
parent da2e6d58
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ $lightCounter = array(0,0,0);
function resultCode($res) {
global $lightCounter;
$code = '';
$columns = array('configMeta', 'config', 'ping', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', );
$columns = array('config', 'ping', 'cert', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', 'configMeta');
foreach ($columns AS $c) {
if (array_key_exists($c, $res)) {
if ($res[$c][0]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment