summaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-28 15:36:11 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2016-07-28 17:49:08 +0200
commiteec6986d7c881a9610658cedf215f4834a82de8a (patch)
tree5417999e83b19dc2501e225f8715f7d5ae57a435 /apps/theming/appinfo
parent7efadf7b6bafcd5f228d617a010ebad34ecce9b7 (diff)
downloadnextcloud-server-eec6986d7c881a9610658cedf215f4834a82de8a.tar.gz
nextcloud-server-eec6986d7c881a9610658cedf215f4834a82de8a.zip
Use public API preferable
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/app.php2
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',