diff --git a/modules/ldapstatus/www/index.php b/modules/ldapstatus/www/index.php index 8f743d3cc3ca462d224339262a672fbceaa30f59..420a1a5569d21a17868e399c3e551f78f1aa1ab3 100644 --- a/modules/ldapstatus/www/index.php +++ b/modules/ldapstatus/www/index.php @@ -227,7 +227,7 @@ $lightCounter = array(0,0,0); function resultCode($res, $sortby = NULL) { global $lightCounter; $code = ''; - $columns = array('config', 'ping', 'cert', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', 'configMeta'); + $columns = array('config', 'ping', 'cert', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', 'configMeta', 'schema'); if (!empty($sortby) && in_array($sortby, $columns)) {