summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-25 17:15:11 +0200
committerGitHub <noreply@github.com>2017-07-25 17:15:11 +0200
commit3faef644a103d739639327d9f73e03611634a9c3 (patch)
treec0da9dc391ad2656f871376bfd1a61c997a7ca71 /lib/public
parent63676d3b24a9d60b3961150dee01fcdd30eb4d9c (diff)
parent89a7b007f2d388fe3aa666ec1be9a95fd71a08af (diff)
downloadnextcloud-server-3faef644a103d739639327d9f73e03611634a9c3.tar.gz
nextcloud-server-3faef644a103d739639327d9f73e03611634a9c3.zip
Merge pull request #5864 from nextcloud/legacy_user
Remove legacy OC_User_Backend and OC_User_Interface
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/UserInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php
index 119564da736..61136783b3c 100644
--- a/lib/public/UserInterface.php
+++ b/lib/public/UserInterface.php
@@ -46,7 +46,7 @@ interface UserInterface {
* @return boolean
*
* Returns the supported actions as int to be
- * compared with \OC_User_Backend::CREATE_USER etc.
+ * compared with \OC\User\Backend::CREATE_USER etc.
* @since 4.5.0
*/
public function implementsActions($actions);