Use public API preferable

This commit is contained in:
Joas Schilling 2016-07-28 15:36:11 +02:00
parent 8bf034ffbf
commit d248fbde92
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $linkToCSS = \OC::$server->getURLGenerator()->linkToRoute(
'v' => \OC::$server->getConfig()->getAppValue('theming', 'cachebuster', '0'), 'v' => \OC::$server->getConfig()->getAppValue('theming', 'cachebuster', '0'),
] ]
); );
\OC_Util::addHeader( \OCP\Util::addHeader(
'link', 'link',
[ [
'rel' => 'stylesheet', 'rel' => 'stylesheet',