remove unnecessary closing PHP tag

This commit is contained in:
Arthur Schiwon 2012-06-22 12:49:56 +02:00
parent 0d9534eb4b
commit e5171da300
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;
}
}
?>
}