Completed
Push — master ( 6e2144...8f0765 )
by Nazar
04:26
created
components/modules/Disqus/Comments.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
 	protected	$shortname;
27 27
 
28 28
 	protected function construct () {
29
-		$this->shortname	= Config::instance()->module('Disqus')->shortname;
29
+		$this->shortname = Config::instance()->module('Disqus')->shortname;
30 30
 	}
31 31
 	/**
32 32
 	 * Count of comments for specified item
@@ -51,11 +51,11 @@  discard block
 block discarded – undo
51 51
 		]);
52 52
 	}
53 53
 	protected function count_js () {
54
-		static	$added	= false;
54
+		static	$added = false;
55 55
 		if ($added) {
56 56
 			return;
57 57
 		}
58
-		$added		= true;
58
+		$added = true;
59 59
 		Page::instance()->js(
60 60
 			"var disqus_shortname = '$this->shortname';
61 61
 if (!window.disqus_count_items) { window.disqus_count_items = []; }",
Please login to merge, or discard this patch.