Merge pull request #24798 from owncloud/fix-class-name-in-hook
Fix class name in hook registration
This commit is contained in:
commit
768a057aab
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ class OC {
|
|||
\OCP\Util::connectHook(
|
||||
'\OCA\Files_Sharing\API\Server2Server',
|
||||
'preLoginNameUsedAsUserName',
|
||||
'\OC_User_Database',
|
||||
'\OC\User\Database',
|
||||
'preLoginNameUsedAsUserName'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue