remove unnecessary closing PHP tag

This commit is contained in:
Arthur Schiwon 2012-06-22 12:49:56 +02:00
parent 72fe463f7f
commit 19931e2008
1 changed files with 1 additions and 3 deletions

View File

@ -139,6 +139,4 @@ class OC_USER_LDAP extends OC_User_Backend {
return true;
}
}
?>
}