Completed
Push — master ( f4fae9...d97ad7 )
by Mihail
09:18
created
src/Ffcms/Core/Arch/View.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $themeConfig = App::$Properties->get('theme');
39 39
         $this->themePath = root . DIRECTORY_SEPARATOR . 'Apps' . DIRECTORY_SEPARATOR . 'View' . DIRECTORY_SEPARATOR . env_name;
40 40
         if (isset($themeConfig[env_name]) && Str::length($themeConfig[env_name]) > 0) {
41
-            $this->themePath .=  DIRECTORY_SEPARATOR . $themeConfig[env_name];
41
+            $this->themePath .= DIRECTORY_SEPARATOR . $themeConfig[env_name];
42 42
         } else {
43 43
             $this->themePath .= DIRECTORY_SEPARATOR . 'default';
44 44
         }
Please login to merge, or discard this patch.