Completed
Push — master ( b0f230...d1e91f )
by Hugh
03:11
created
includes/ssp-functions.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,9 @@
 block discarded – undo
127 127
 				$i = 0;
128 128
 				foreach ( $query as $series ) {
129 129
 
130
-					if ( ! is_object( $series ) ) continue;
130
+					if ( ! is_object( $series ) ) {
131
+						continue;
132
+					}
131 133
 
132 134
 					$template = $tpl;
133 135
 					$i++;
Please login to merge, or discard this patch.