Merge pull request #20615 from owncloud/systemtag-fix-method-name

Adjust the method name to reflect it's behaviour
This commit is contained in:
Thomas Müller 2015-11-19 17:27:14 +01:00
commit 5c796143d5
1 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,6 @@ interface ISystemTagObjectMapper {
*
* @since 9.0.0
*/
public function hasTags($objIds, $objectType, $tagId, $all = true);
public function haveTag($objIds, $objectType, $tagId, $all = true);
}