better sorting
This commit is contained in:
parent
a6b51fd66d
commit
d3e2e90c84
|
@ -148,6 +148,9 @@ function getSelfServiceProfiles() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ksort($ret);
|
ksort($ret);
|
||||||
|
foreach ($ret as $key => $value) {
|
||||||
|
sort($ret[$key]);
|
||||||
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue