Change parameter type for useBackend
This commit is contained in:
parent
87b548ed91
commit
3bed3d2a23
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class OC_User {
|
|||
|
||||
/**
|
||||
* @brief Adds the backend to the list of used backends
|
||||
* @param string|OC_User_Backend $backend default: database The backend to use for user management
|
||||
* @param string|OC_User_Interface $backend default: database The backend to use for user management
|
||||
* @return bool
|
||||
*
|
||||
* Set the User Authentication Module
|
||||
|
|
Loading…
Reference in a new issue