Fixed bug in Container::Unsuspend function

feature/node-rewrite
Sven Slootweg 13 years ago
parent 7676814eb9
commit 78533b667e

@ -534,9 +534,9 @@ class Container extends CPHPDatabaseRecordClass
{ {
try try
{ {
$this->Start();
$this->uStatus = CVM_STATUS_STARTED; $this->uStatus = CVM_STATUS_STARTED;
$this->InsertIntoDatabase(); $this->InsertIntoDatabase();
$this->Start();
} }
catch (ContainerStopException $e) catch (ContainerStopException $e)
{ {

Loading…
Cancel
Save