function hostingService_Certificate_SelfSigned::update in Aegir HTTPS 7.3
Update a record in the database.
File
- submodules/
self_signed/ hosting_self_signed.service.inc, line 103 - Self-signed service implementation of the Certificate service type for the hosting front end.
Class
- hostingService_Certificate_SelfSigned
- An implementation of the certificate service type, registered with hook_hosting_service.
Code
function update() {
parent::update();
variable_set('hosting_self_signed_field_' . $this->server->nid, $this->self_signed_field);
}