summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-25 20:42:03 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-25 20:42:03 +0200
commit7ebd96416ca9150a4d524547a18b5fce269016ca (patch)
treee83a6c34e9955c9b1a2894e9dac40417245db28c /lib/private/legacy
parent6c8caa1641732c57fe59483fc2cdd5bcd7bd0163 (diff)
downloadnextcloud-server-7ebd96416ca9150a4d524547a18b5fce269016ca.tar.gz
nextcloud-server-7ebd96416ca9150a4d524547a18b5fce269016ca.zip
Remove deprecated OCP\User::getDisplayname
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r--lib/private/legacy/user.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/legacy/user.php b/lib/private/legacy/user.php
index 07aa5a92f9a..9c877f22a46 100644
--- a/lib/private/legacy/user.php
+++ b/lib/private/legacy/user.php
@@ -312,6 +312,8 @@ class OC_User {
*
* @param string $uid
* @return string|bool uid or false
+ * @deprecated 8.1.0 fetch \OCP\IUser (has getDisplayName()) by using method
+ * get() of \OCP\IUserManager - \OC::$server->getUserManager()
*/
public static function getDisplayName($uid = null) {
if ($uid) {