Use public API preferable

This commit is contained in:
Joas Schilling 2016-07-28 15:36:11 +02:00 committed by Bjoern Schiessle
parent 7efadf7b6b
commit eec6986d7c
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
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'),
]
);
\OC_Util::addHeader(
\OCP\Util::addHeader(
'link',
[
'rel' => 'stylesheet',