-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort count output. #189
Comments
Confirmed working on Greebo. Now this only needs to be implemented in master... |
Sort count output issue dokufreaks#189
Please do implement sorting the list alphabetically! |
Changing Result after changing helper.php accordingly: Empty list Solution: Add a separate line for the ksort, instead of including it in the return statement:
@proxymus If you can confirm this, your patch should be updated accordingly. |
IMO this should be standard behavior. Achieving it is extremely easy: In helper.php, add ksort($otags) before returning $otags.
(I'm in a rush so I don't have time to fork and make a pull request, sorry.)
The text was updated successfully, but these errors were encountered: