forked from GNUsocial/gnu-social
correct name for param
darcs-hash:20081120215508-84dde-1f38247dae1b196cbf2c32df4f2733e4cffa3ef6.gz
This commit is contained in:
parent
73bf014fa4
commit
1ea47843d2
@ -42,7 +42,7 @@ class Profile_tag extends Memcached_DataObject
|
|||||||
return $tags;
|
return $tags;
|
||||||
}
|
}
|
||||||
|
|
||||||
static function setTags($tagger, $tagged, $tags) {
|
static function setTags($tagger, $tagged, $newtags) {
|
||||||
|
|
||||||
$oldtags = Profile_tag::getTags($tagger, $tagged);
|
$oldtags = Profile_tag::getTags($tagger, $tagged);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user