Fix sorting page object type selection
authorMatthias Schmidt <gravatronics@live.com>
Wed, 14 May 2014 19:25:17 +0000 (21:25 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 14 May 2014 19:25:17 +0000 (21:25 +0200)
wcfsetup/install/files/lib/system/page/PageManager.class.php

index 64c709de6563814ee7a5b36d9005c334c06cd6ff..b574244cb4a67ac031d705aecc1c3134696ea3e5 100644 (file)
@@ -91,7 +91,7 @@ class PageManager extends SingletonFactory {
                        }
                }
                
-               sort($selection);
+               asort($selection);
                
                return $selection;
        }