Fix termination warning

feature/node-rewrite
Sven Slootweg 12 years ago
parent 061197e72c
commit f67e5fdac5

@ -270,7 +270,7 @@ class Vps extends CPHPDatabaseRecordClass
} }
elseif($this->sStatus == CVM_STATUS_TERMINATED) elseif($this->sStatus == CVM_STATUS_TERMINATED)
{ {
throw new VpsSuspendedException("No operations can be performed on this VPS beacuse it is terminated.", 1, $this->sInternalId); throw new VpsTerminatedException("No operations can be performed on this VPS beacuse it is terminated.", 1, $this->sInternalId);
} }
else else
{ {

Loading…
Cancel
Save