diff --git a/classes/Profile_tag.php b/classes/Profile_tag.php index f472be6573..9943ebfa06 100644 --- a/classes/Profile_tag.php +++ b/classes/Profile_tag.php @@ -42,7 +42,7 @@ class Profile_tag extends Memcached_DataObject return $tags; } - static function setTags($tagger, $tagged, $tags) { + static function setTags($tagger, $tagged, $newtags) { $oldtags = Profile_tag::getTags($tagger, $tagged);