From 931f6597dbddfc4d33ce654d1d8ef63c032358ae Mon Sep 17 00:00:00 2001 From: Torben Brodt Date: Sat, 4 Feb 2012 19:20:52 +0100 Subject: [PATCH] use directory sorting --- wcfsetup/install/files/lib/acp/page/CacheListPage.class.php | 2 +- .../install/files/lib/data/cronjob/CronjobAction.class.php | 2 +- .../files/lib/data/language/LanguageEditor.class.php | 2 +- .../queue/PackageInstallationQueueAction.class.php | 2 +- .../files/lib/data/page/menu/item/PageMenuItem.class.php | 2 +- wcfsetup/install/files/lib/data/style/StyleEditor.class.php | 4 ++-- wcfsetup/install/files/lib/data/user/User.class.php | 2 +- wcfsetup/install/files/lib/data/user/UserAction.class.php | 2 +- wcfsetup/install/files/lib/data/user/UserEditor.class.php | 2 +- .../files/lib/data/user/option/ViewableUserOption.class.php | 2 +- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- wcfsetup/install/files/lib/system/WCFSetup.class.php | 2 +- .../system/cache/builder/ApplicationCacheBuilder.class.php | 2 +- .../files/lib/system/cache/source/DiskCacheSource.class.php | 2 +- .../files/lib/system/cronjob/CronjobScheduler.class.php | 2 +- .../system/database/editor/MySQLDatabaseEditor.class.php | 2 +- .../files/lib/system/language/LanguageFactory.class.php | 4 ++-- .../system/package/PackageInstallationDispatcher.class.php | 2 +- .../system/package/PackageInstallationNodeBuilder.class.php | 2 +- .../system/package/PackageInstallationScheduler.class.php | 2 +- .../lib/system/package/PackageUpdateDispatcher.class.php | 6 +++--- .../files/lib/system/page/location/IPageLocation.class.php | 2 +- .../files/lib/system/session/SessionHandler.class.php | 2 +- .../content/UserCollapsibleContentHandler.class.php | 2 +- wcfsetup/install/files/lib/util/DirectoryUtil.class.php | 2 +- 25 files changed, 29 insertions(+), 29 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php b/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php index 260780c51d..fdd1ed421b 100755 --- a/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/CacheListPage.class.php @@ -1,8 +1,8 @@