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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/appinfo/app.php')
-rw-r--r--build/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/appinfo/app.php b/build/appinfo/app.php
index a96c757..e813fa0 100644
--- a/build/appinfo/app.php
+++ b/build/appinfo/app.php
@@ -73,7 +73,7 @@ if(!$apiSecret) {
$config->setAppValue('ojsxc', 'apiSecret', $apiSecret);
}
-if (Application::getServerType() === 'internal') {
+if (Application::getServerType() === Application::INTERNAL) {
Hooks::register();
}