Skip to content
Snippets Groups Projects
Commit 739037cc authored by Jon Pugh's avatar Jon Pugh
Browse files

http service is available in site context now.

parent d811acc5
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class SiteConfiguration extends Configuration {
function process() {
parent::process();
$this->data['http_port'] = $this->context->platform->getSubscription('http')->service->getProperty('http_port');
$this->data['http_port'] = $this->context->getSubscription('http')->service->getProperty('http_port');
$this->data['root'] = $this->context->platform->getProperty('root');
$this->data['uri'] = $this->context->getProperty('uri');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment