From 6b04e40bc577caa97364e3ea3b44c5ae512782f3 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 26 Dec 2018 02:58:16 +0300 Subject: [PATCH] Themes: remove sorting here, we will use it separately --- flextype/Themes.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flextype/Themes.php b/flextype/Themes.php index 67053f2a..e793b95d 100644 --- a/flextype/Themes.php +++ b/flextype/Themes.php @@ -137,9 +137,6 @@ class Themes } } - // sort partials - sort($partials); - // return partials return $partials; } @@ -167,9 +164,6 @@ class Themes } } - // sort templates - sort($templates); - // return templates return $templates; }