@@ -78,7 +78,7 @@ |
||
| 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')); |