Completed
Pull Request — master (#766)
by Stig
04:27
created
code/control/DeployDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 		$list = $this->environment->DeployHistory('DeployStarted');
79 79
 
80 80
 		$fromTimestamp = $request->requestVar('from');
81
-		if($fromTimestamp) {
81
+		if ($fromTimestamp) {
82 82
 			$from = SS_Datetime::create();
83 83
 			$from->setValue($fromTimestamp);
84 84
 			$list = $list->filter('LastEdited:GreaterThan', $from->Format('Y-m-d H:i:s'));
Please login to merge, or discard this patch.