Passed
Push — master ( 7cb488...af1563 )
by Sylver
03:20
created
core/diffusion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,6 +283,6 @@
 block discarded – undo
283 283
 		}
284 284
 		$this->db->sql_freeresult($result);
285 285
 		
286
-		return $this->language->lang('SC_CATEGORY_IN',$title);
286
+		return $this->language->lang('SC_CATEGORY_IN', $title);
287 287
 	}
288 288
 }
Please login to merge, or discard this patch.