aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBernhard Reiter <ockham@raz.or.at>2014-09-08 23:38:46 +0200
committerBernhard Reiter <ockham@raz.or.at>2014-10-14 00:06:07 +0200
commitb33cb0e342cd379bfd5601ce8adbae1b69a9e8e4 (patch)
treef7ae62127d9c6fe9c77d914a096c68414aee37b8 /lib
parentbaffe5353f3fd57fd9ecb353ae81bf3164896f6f (diff)
downloadnextcloud-server-b33cb0e342cd379bfd5601ce8adbae1b69a9e8e4.tar.gz
nextcloud-server-b33cb0e342cd379bfd5601ce8adbae1b69a9e8e4.zip
Fix a comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/public/itags.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/itags.php b/lib/public/itags.php
index 1cba07e9b53..4bfceb8d799 100644
--- a/lib/public/itags.php
+++ b/lib/public/itags.php
@@ -162,11 +162,11 @@ interface ITags {
public function unTag($objid, $tag);
/**
- * Delete tags from the
+ * Delete tags from the database
*
* @param string[] $names An array of tags to delete
* @return bool Returns false on error
*/
public function delete($names);
-} \ No newline at end of file
+}