From b33cb0e342cd379bfd5601ce8adbae1b69a9e8e4 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Mon, 8 Sep 2014 23:38:46 +0200 Subject: [PATCH] Fix a comment. --- lib/public/itags.php | 4 ++-- 1 file 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 +} -- 2.39.5