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