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

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Łojewski <marcin.lojewski@bauer.pl>2017-02-04 11:22:32 +0300
committerMarcin Łojewski <marcin.lojewski@bauer.pl>2017-02-04 11:22:32 +0300
commit02b53fad1ab2e89b53c432b24e6c66a9ce7f7cc2 (patch)
tree2d2f19f506be63fc85e8c9b3af63b20a46f11914 /appinfo/app.php
parent956df86e0aa9a030e50887f98b1c90f60735350b (diff)
Fix to work with nextcloud version 11.
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index b21c7ea..2617fb9 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -21,7 +21,7 @@
*
*/
-require_once('apps/user_sql/user_sql.php');
+require_once __DIR__ . '/../user_sql.php';
\OCP\App::registerAdmin('user_sql','settings');
$backend = new \OCA\user_sql\OC_USER_SQL;