diff --git a/http/Provision/Service/http/ssl.php b/http/Provision/Service/http/ssl.php index 15d040de1e136e17a6afe39a100ae407ce6e3b5e..9e108dab2706ee49742ab11cad6c854605b037ea 100644 --- a/http/Provision/Service/http/ssl.php +++ b/http/Provision/Service/http/ssl.php @@ -164,7 +164,7 @@ class Provision_Service_http_ssl extends Provision_Service_http_public { * @return the path to the receipt file if allocation succeeded */ static function assign_certificate_site($ssl_key, $site) { - $path = $site->data[server]->http_ssld_path . "/" . $ssl_key . "/" . $site->uri . ".receipt"; + $path = $site->data['server']->http_ssld_path . "/" . $ssl_key . "/" . $site->uri . ".receipt"; drush_log(dt("registering site %site with SSL certificate %key with receipt file %path", array("%site" => $site->uri, "%key" => $ssl_key, "%path" => $path))); if (touch($path)) { return $path;