Completed
Push — master ( 55e482...df2769 )
by Angus
02:51
created
application/controllers/AdminCLI.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 		print "Testing site\n";
65 65
 		switch($type) {
66 66
 			case 'update':
67
-				if(!is_null($extra )) {
67
+				if(!is_null($extra)) {
68 68
 					print_r($this->Tracker->sites->{$site}->getTitleData($extra));
69 69
 				}
70 70
 				break;
Please login to merge, or discard this patch.