Fix class name in hook registration

This commit is contained in:
Joas Schilling 2016-05-24 10:42:11 +02:00
parent 452542747c
commit 6222d42462
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ class OC {
\OCP\Util::connectHook(
'\OCA\Files_Sharing\API\Server2Server',
'preLoginNameUsedAsUserName',
'\OC_User_Database',
'\OC\User\Database',
'preLoginNameUsedAsUserName'
);