Completed
Pull Request — master (#18)
by
unknown
36:58 queued 01:43
created
language/pt_br/attributes.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
 // ignore
14
-if (!defined('IN_PHPBB'))
15
-{
14
+if (!defined('IN_PHPBB'))
15
+{
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // init lang ary, if it doesn't !
20
-if (empty($lang) || !is_array($lang))
21
-{
20
+if (empty($lang) || !is_array($lang))
21
+{
22 22
 	$lang = array();
23 23
 }
24 24
 
Please login to merge, or discard this patch.