diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-31 17:44:25 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-31 17:44:25 +0100 |
commit | 7f2d7cdbe1b822721ecb3b696937835f36564f39 (patch) | |
tree | 0707da372b87513630de59734f43bfa3cace0596 /apps/user_ldap/appinfo/update.php | |
parent | a17a7f5cdbd6db27207e066d6e6baa147ba717aa (diff) | |
download | nextcloud-server-7f2d7cdbe1b822721ecb3b696937835f36564f39.tar.gz nextcloud-server-7f2d7cdbe1b822721ecb3b696937835f36564f39.zip |
spell check
Diffstat (limited to 'apps/user_ldap/appinfo/update.php')
-rw-r--r-- | apps/user_ldap/appinfo/update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/appinfo/update.php b/apps/user_ldap/appinfo/update.php index 11e19289918..f9681e38e68 100644 --- a/apps/user_ldap/appinfo/update.php +++ b/apps/user_ldap/appinfo/update.php @@ -5,7 +5,7 @@ //ATTENTION //Upgrade from ownCloud 3 (LDAP backend 0.1) to ownCloud 4.5 (LDAP backend 0.3) is not supported!! //You must do upgrade to ownCloud 4.0 first! -//The upgrade stuff in the section from 0.1 to 0.2 is just to minimize the bad efffects. +//The upgrade stuff in the section from 0.1 to 0.2 is just to minimize the bad effects. //settings $pw = OCP\Config::getAppValue('user_ldap', 'ldap_password'); @@ -85,6 +85,6 @@ function escapeDN($dn) { if(!isset($connector)) { $connector = new \OCA\user_ldap\lib\Connection(); } -//it is required, that connections do habe ldap_configuration_active setting stored in the database +//it is required, that connections do have ldap_configuration_active setting stored in the database $connector->getConfiguration(); $connector->saveConfiguration();
\ No newline at end of file |