get rid of some more deprecated uses of $a

This commit is contained in:
zotlabs
2017-03-28 17:00:44 -07:00
parent 6947194824
commit 323ab3dba4
3 changed files with 7 additions and 9 deletions

View File

@@ -257,7 +257,7 @@ class Browser extends DAV\Browser\Plugin {
}
}
$this->server->httpResponse->setHeader('Content-Security-Policy', "script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'");
construct_page($a);
construct_page();
}
/**