Passed
Push — develop ( 55816e...0630d1 )
by Mykola
04:35
created
engine/config/common.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 22
 
23 23
 // Language (then transferred to /engine/instance.php - Language section)
24
-$_['language_default']     = 'en-gb';
24
+$_['language_default'] = 'en-gb';
25 25
 
26 26
 // Database
27 27
 $_['db_autostart']     = true;
Please login to merge, or discard this patch.