From 1ea47843d2e44b926f71690a30d7dd8202932e99 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 16:55:08 -0500 Subject: [PATCH] correct name for param darcs-hash:20081120215508-84dde-1f38247dae1b196cbf2c32df4f2733e4cffa3ef6.gz --- classes/Profile_tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);