From 257397de36ae411bdec93ea6e4d29c5591f650ca Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 14 May 2014 21:25:17 +0200 Subject: [PATCH] Fix sorting page object type selection --- wcfsetup/install/files/lib/system/page/PageManager.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1