Commit 9978becc authored by Franco Fichtner's avatar Franco Fichtner

src: minor style nit

parent d3df2404
...@@ -45,7 +45,7 @@ class ServiceController extends ApiControllerBase ...@@ -45,7 +45,7 @@ class ServiceController extends ApiControllerBase
public function startAction() public function startAction()
{ {
$backend = new Backend(); $backend = new Backend();
$response = $backend->configdRun("proxy start",true); $response = $backend->configdRun("proxy start", true);
return array("response" => $response); return array("response" => $response);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment