Test Setup Failed
Push — master ( d38d55...cf92d1 )
by Joël
02:02
created
config/gettext.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 $config['gettext_locale_dir'] = 'language/locale';
11 11
 
12 12
 // Gettext locale
13
-$config['gettext_locale'] = Array( "en_GB.UTF-8", "en_GB@euro", "en_GB", "english", "eng", "en");
13
+$config['gettext_locale'] = Array("en_GB.UTF-8", "en_GB@euro", "en_GB", "english", "eng", "en");
14 14
 
15 15
 /* End of file gettext.php */
16 16
 /* Location: ./application/config/gettext.php */
17 17
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
1
-<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
1
+<?php  if ( ! defined('BASEPATH')) {
2
+    exit('No direct script access allowed');
3
+}
2 4
 
3 5
 // Gettext catalog codeset
4 6
 $config['gettext_catalog_codeset'] = 'UTF-8';
Please login to merge, or discard this patch.
libraries/Gettext.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
1
-<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
1
+<?php if ( ! defined('BASEPATH')) {
2
+    exit('No direct script access allowed');
3
+}
2 4
 
3 5
 /**
4 6
  * Codeigniter PHP framework library class for dealing with gettext.
Please login to merge, or discard this patch.