aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/iapi.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/appframework/iapi.php')
-rw-r--r--lib/public/appframework/iapi.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/appframework/iapi.php b/lib/public/appframework/iapi.php
index 9af251be850..ecbc0fd1900 100644
--- a/lib/public/appframework/iapi.php
+++ b/lib/public/appframework/iapi.php
@@ -37,6 +37,7 @@ interface IApi {
/**
* Gets the userid of the current user
* @return string the user id of the current user
+ * @deprecated Use \OC::$server->getUserSession()->getUser()->getUID()
*/
function getUserId();