|
@@ -149,7 +149,7 @@ discard block |
|
|
block discarded – undo |
|
149
|
149
|
{ |
|
150
|
150
|
$count = $this->getResque()->retryFailedJobs(); |
|
151
|
151
|
|
|
152
|
|
- $this->addFlash('info', 'Retry '.$count.' failed jobs.'); |
|
|
152
|
+ $this->addFlash('info', 'Retry ' . $count . ' failed jobs.'); |
|
153
|
153
|
|
|
154
|
154
|
return $this->redirectToRoute('ResqueBundle_homepage'); |
|
155
|
155
|
} |
|
@@ -161,7 +161,7 @@ discard block |
|
|
block discarded – undo |
|
161
|
161
|
{ |
|
162
|
162
|
$count = $this->getResque()->clearFailedJobs(); |
|
163
|
163
|
|
|
164
|
|
- $this->addFlash('info', 'Clear '.$count.' failed jobs.'); |
|
|
164
|
+ $this->addFlash('info', 'Clear ' . $count . ' failed jobs.'); |
|
165
|
165
|
|
|
166
|
166
|
return $this->redirectToRoute('ResqueBundle_homepage'); |
|
167
|
167
|
} |
Please login to merge, or discard this patch.