diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-06-22 12:49:56 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-06-22 12:49:56 +0200 |
commit | 19931e2008296b4d8fe9717ae78093fb88f1b3e9 (patch) | |
tree | ed897818519090f3e84d2d4bb905bd58c7cf1dfe /apps/user_ldap | |
parent | 72fe463f7f20ee23521666cdca4141dc584ec722 (diff) | |
download | nextcloud-server-19931e2008296b4d8fe9717ae78093fb88f1b3e9.tar.gz nextcloud-server-19931e2008296b4d8fe9717ae78093fb88f1b3e9.zip |
remove unnecessary closing PHP tag
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/user_ldap.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index 48e7d429fcb..85b3d88973c 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -139,6 +139,4 @@ class OC_USER_LDAP extends OC_User_Backend { return true; } -} - -?> +}
\ No newline at end of file |