Passed
Pull Request — master (#101)
by Arman
06:46 queued 02:36
created
src/Libraries/Lang/Lang.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
                 throw LangException::misconfiguredDefaultConfig();
74 74
             }
75 75
 
76
-            if (empty($lang) || !in_array($lang, (array)config()->get('langs'))) {
76
+            if (empty($lang) || !in_array($lang, (array) config()->get('langs'))) {
77 77
                 $lang = config()->get('lang_default');
78 78
             }
79 79
 
Please login to merge, or discard this patch.