]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix syntax error after merge
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 25 Jun 2012 15:34:28 +0000 (17:34 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 25 Jun 2012 15:34:28 +0000 (17:34 +0200)
apps/user_ldap/user_ldap.php

index b98cf7a55b24c021a64004060a9b64cb7b900908..85b3d88973c7d4e2d528e6b63322e6f6e086c100 100644 (file)
@@ -136,9 +136,6 @@ class OC_USER_LDAP extends OC_User_Backend {
                        return false;
                }
 
-               return true;
-               }
-
                return true;
        }