Passed
Push — development ( e6e944...f737f3 )
by Spuds
01:21 queued 34s
created
sources/ElkArte/MetadataIntegrate.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -487,7 +487,8 @@
 block discarded – undo
487 487
 			return $total;
488 488
 		}
489 489
 
490
-		foreach($context['likes'] as $item) {
490
+		foreach($context['likes'] as $item)
491
+		{
491 492
 			$total += $item['count'];
492 493
 		}
493 494
 
Please login to merge, or discard this patch.
themes/default/css/_gold/index.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,6 +2,9 @@
 block discarded – undo
2 2
 
3 3
 // Try to handle it with the upper level index.php. (it should know what to do.)
4 4
 if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
5
+{
5 6
 	include (dirname(dirname(__FILE__)) . '/index.php');
6
-else
7
-	exit;
8 7
\ No newline at end of file
8
+}
9
+else {
10
+	exit;
11
+}
Please login to merge, or discard this patch.
themes/default/css/_blue/index.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,6 +2,9 @@
 block discarded – undo
2 2
 
3 3
 // Try to handle it with the upper level index.php. (it should know what to do.)
4 4
 if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
5
+{
5 6
 	include (dirname(dirname(__FILE__)) . '/index.php');
6
-else
7
-	exit;
8 7
\ No newline at end of file
8
+}
9
+else {
10
+	exit;
11
+}
Please login to merge, or discard this patch.