diff options
-rw-r--r-- | classes/Profile_tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Profile_tag.php b/classes/Profile_tag.php index f472be657..9943ebfa0 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); |