From: Matthias Schmidt Date: Wed, 14 May 2014 19:25:17 +0000 (+0200) Subject: Fix sorting page object type selection X-Git-Tag: 2.1.0_Alpha_1~826 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=257397de36ae411bdec93ea6e4d29c5591f650ca;p=GitHub%2FWoltLab%2FWCF.git Fix sorting page object type selection --- diff --git a/wcfsetup/install/files/lib/system/page/PageManager.class.php b/wcfsetup/install/files/lib/system/page/PageManager.class.php index 64c709de65..b574244cb4 100644 --- a/wcfsetup/install/files/lib/system/page/PageManager.class.php +++ b/wcfsetup/install/files/lib/system/page/PageManager.class.php @@ -91,7 +91,7 @@ class PageManager extends SingletonFactory { } } - sort($selection); + asort($selection); return $selection; }