Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-18 12:31:41 +0300
committerVincent Petry <pvince81@owncloud.com>2016-05-20 18:56:02 +0300
commit8fbb63d3166378ca63d6d0e6d21fa08d8d8be268 (patch)
treefb244408f51fecdf67f242d7b6d2acfe9873b708 /lib/public/SystemTag
parent66e93561da9cc3c8396552729e7ec9e902c94741 (diff)
Some tweaks for systemtagmanager
Diffstat (limited to 'lib/public/SystemTag')
-rw-r--r--lib/public/SystemTag/ISystemTagManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php
index a2c61a8dcc2..35447b05fdc 100644
--- a/lib/public/SystemTag/ISystemTagManager.php
+++ b/lib/public/SystemTag/ISystemTagManager.php
@@ -135,7 +135,7 @@ interface ISystemTagManager {
* @param ISystemTag $tag tag to check permission for
* @param IUser $user user to check permission for
*
- * @return true if the user is allowed to assign/unassign the tag, false otherwise
+ * @return true if the user can see the tag, false otherwise
*
* @since 9.1.0
*/