diff options
Diffstat (limited to 'apps/settings/templates/help.php')
-rw-r--r-- | apps/settings/templates/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/help.php b/apps/settings/templates/help.php index 14883996791..17356e6ccdf 100644 --- a/apps/settings/templates/help.php +++ b/apps/settings/templates/help.php @@ -3,7 +3,7 @@ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ -\OC_Util::addStyle('settings', 'help'); +\OCP\Util::addStyle('settings', 'help'); ?> <?php if ($_['knowledgebaseEmbedded'] === true) : ?> <div id="app-navigation" role="navigation" tabindex="0"> |