correct name for param

darcs-hash:20081120215508-84dde-1f38247dae1b196cbf2c32df4f2733e4cffa3ef6.gz
This commit is contained in:
Evan Prodromou 2008-11-20 16:55:08 -05:00
parent 73bf014fa4
commit 1ea47843d2
1 changed files with 1 additions and 1 deletions

View File

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