Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-31 13:33:47 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-31 13:33:47 +0300
commitd2b963ce9cf3177822387c4d411d769520d15599 (patch)
treee65276008e42e0fd7c774692816bb96921b2ef01 /templates
parent92247813c1a4baac292730e22d2a88b4bd281c6f (diff)
php7
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index daaf592..f821fa8 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -1,4 +1,7 @@
<?php
+declare(strict_types=1);
+
+
/**
* FullTextSearch - Full text search framework for Nextcloud
*
@@ -24,9 +27,11 @@
*
*/
+
use OCA\FullTextSearch\AppInfo\Application;
use OCP\Util;
+
Util::addScript(Application::APP_NAME, 'admin.elements');
Util::addScript(Application::APP_NAME, 'admin.settings');
Util::addScript(Application::APP_NAME, 'admin');