]> source.dussan.org Git - nextcloud-server.git/commit
Fixed apps loading order
authorVincent Petry <pvince81@owncloud.com>
Mon, 16 Dec 2013 16:22:44 +0000 (17:22 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 20 Dec 2013 16:16:57 +0000 (17:16 +0100)
commitc6377e9125ed2a1b508dd1d2e12db8a82934f648
treeaab0af147b0d806c43dd3de9fc446bceca1f934c
parentdc45141f4abfedb10d6f908143b7a75e1ada6406
Fixed apps loading order

On SQLite the app order can be arbitrary and cause strange bugs.
On MySQL, the app order seems to be always alphabetical.

This fix enforces alphabetical order to make sure that all environments
behave the same and to reduce bugs related to app loading order.

Fixes #6442
lib/private/app.php
lib/private/appconfig.php
tests/lib/app.php
tests/lib/appconfig.php