diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 16:55:08 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 16:55:08 -0500 |
commit | 1ea47843d2e44b926f71690a30d7dd8202932e99 (patch) | |
tree | 4a5514876efab4228347ae7ae959c023d279fa6d /classes | |
parent | 73bf014fa43400314a10a1c3b4191eda01e42d20 (diff) |
correct name for param
darcs-hash:20081120215508-84dde-1f38247dae1b196cbf2c32df4f2733e4cffa3ef6.gz
Diffstat (limited to 'classes')
-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); |