diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-01-31 18:00:07 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-01-31 18:00:07 +0100 |
commit | afacaf8bc2b4c0aca0130b961df2f0e12408e5bc (patch) | |
tree | 5d9f6f0ec3d8f04a157320380a64e2ef196d8d4d /apps/user_ldap/lib | |
parent | 19714151e218114cbff8439186adb94155344490 (diff) | |
download | nextcloud-server-afacaf8bc2b4c0aca0130b961df2f0e12408e5bc.tar.gz nextcloud-server-afacaf8bc2b4c0aca0130b961df2f0e12408e5bc.zip |
string fragment was added by accident and does not belong here
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r-- | apps/user_ldap/lib/connection.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index 7a9732b2ce5..acc33e047c6 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -314,7 +314,6 @@ class Connection { /** * @brief saves the current Configuration in the database -ingle parameters */ public function saveConfiguration() { $trans = array_flip($this->getConfigTranslationArray()); |