Fixed bug in Container::Unsuspend function

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

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

Loading…
Cancel
Save