Change parameter type for useBackend
This commit is contained in:
parent
87b548ed91
commit
3bed3d2a23
|
@ -98,7 +98,7 @@ class OC_User {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Adds the backend to the list of used backends
|
* @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
|
* @return bool
|
||||||
*
|
*
|
||||||
* Set the User Authentication Module
|
* Set the User Authentication Module
|
||||||
|
|
Loading…
Reference in New Issue