diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-28 15:36:11 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-07-28 17:49:08 +0200 |
commit | eec6986d7c881a9610658cedf215f4834a82de8a (patch) | |
tree | 5417999e83b19dc2501e225f8715f7d5ae57a435 /apps/theming | |
parent | 7efadf7b6bafcd5f228d617a010ebad34ecce9b7 (diff) | |
download | nextcloud-server-eec6986d7c881a9610658cedf215f4834a82de8a.tar.gz nextcloud-server-eec6986d7c881a9610658cedf215f4834a82de8a.zip |
Use public API preferable
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php index 76580879ca1..5ef506e5acd 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -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', |