Browse Source

Fix a comment.

tags/v8.0.0alpha1
Bernhard Reiter 9 years ago
parent
commit
b33cb0e342
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/public/itags.php

+ 2
- 2
lib/public/itags.php View File

@@ -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);

}
}

Loading…
Cancel
Save