Corrected indentation
parent
ad1ca57b44
commit
4348b7c91a
|
@ -71,7 +71,6 @@ class UpdateManager extends ContainerAware {
|
|||
$status_new = $updater->update($server['server_id']);
|
||||
// notify the nerds if applicable
|
||||
$notifier->notify($server['server_id'], $status_old, $status_new);
|
||||
|
||||
// clean-up time!! archive all records
|
||||
$archive = new ArchiveManager($this->container->get('db'));
|
||||
$archive->archive($server['server_id']);
|
||||
|
|
Loading…
Reference in New Issue