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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-05-14 14:01:41 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-05-14 14:01:41 +0400
commitc18f2943d523f7be5bb76100ebe8e5741aa932e7 (patch)
tree9df508c907e78ccf3a0e10d765ad4cce31326e78 /apps/user_ldap
parent68434510bd8cea6ff3ebb03a7e366844aed1e743 (diff)
get the correct version number for compare -.-
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/appinfo/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/update.php b/apps/user_ldap/appinfo/update.php
index 073e8be7fe8..8bf532fe3a3 100644
--- a/apps/user_ldap/appinfo/update.php
+++ b/apps/user_ldap/appinfo/update.php
@@ -7,7 +7,7 @@ if($state === 'unset') {
OCP\Config::setSystemValue('ldapIgnoreNamingRules', false);
}
-$installedVersion = OCP\Config::getAppValue('files_sharing', 'installed_version');
+$installedVersion = OCP\Config::getAppValue('user_ldap', 'installed_version');
$enableRawMode = false;
if (version_compare($installedVersion, '0.4.1', '<')) {
$enableRawMode = true;