From f2b642ce822c480cfc418c38106cc18c3a428cf4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 1 Nov 2009 23:25:30 -0500 Subject: insert profile flags more or less correctly --- plugins/UserFlag/flagprofileform.php | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/UserFlag/flagprofileform.php') diff --git a/plugins/UserFlag/flagprofileform.php b/plugins/UserFlag/flagprofileform.php index d9f116e7f..3f4834aac 100644 --- a/plugins/UserFlag/flagprofileform.php +++ b/plugins/UserFlag/flagprofileform.php @@ -131,6 +131,7 @@ class FlagProfileForm extends Form $this->out->hidden('flagprofileto-' . $this->profile->id, $this->profile->id, 'flagprofileto'); + if ($this->args) { foreach ($this->args as $k => $v) { $this->out->hidden('returnto-' . $k, $v); -- cgit v1.2.3-54-g00ecf