Change parameter type for useBackend

This commit is contained in:
Robin McCorkell 2014-05-11 22:32:26 +01:00
parent 87b548ed91
commit 3bed3d2a23
1 changed files with 1 additions and 1 deletions

View File

@ -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