diff options
Diffstat (limited to 'lib/public/comments/icommentsmanager.php')
-rw-r--r-- | lib/public/comments/icommentsmanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/comments/icommentsmanager.php index 46608ca8165..0b37fde24d8 100644 --- a/lib/public/comments/icommentsmanager.php +++ b/lib/public/comments/icommentsmanager.php @@ -149,7 +149,7 @@ interface ICommentsManager { public function delete($id); /** - * saves the comment permanently and returns it + * saves the comment permanently * * if the supplied comment has an empty ID, a new entry comment will be * saved and the instance updated with the new ID. |