]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use public API preferable
authorJoas Schilling <coding@schilljs.com>
Thu, 28 Jul 2016 13:36:11 +0000 (15:36 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 3 Aug 2016 07:14:15 +0000 (09:14 +0200)
apps/theming/appinfo/app.php

index 76580879ca11218ba8bf561096930db309424c42..5ef506e5acd2692d6d7652df68b3409829cd4b7e 100644 (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',