summaryrefslogtreecommitdiff
path: root/lib/profileactionform.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-16 14:28:58 +0100
committerEvan Prodromou <evan@status.net>2009-11-16 14:28:58 +0100
commit64677fc09a54546274a001ce9bec0fa4bc8132f7 (patch)
treee40e3e6b0fce2213517d7ae09a77573ab691a831 /lib/profileactionform.php
parentd24ed193e7b19b50f7304790820c945e46ac2c95 (diff)
common superclass for actions that operate on a profile and return
Diffstat (limited to 'lib/profileactionform.php')
-rw-r--r--lib/profileactionform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profileactionform.php b/lib/profileactionform.php
index fb183b6b6..24d4595c0 100644
--- a/lib/profileactionform.php
+++ b/lib/profileactionform.php
@@ -131,7 +131,7 @@ class ProfileActionForm extends Form
$this->out->hidden($action.'to-' . $this->profile->id,
$this->profile->id,
- $action.'to');
+ 'profileid');
if ($this->args) {
foreach ($this->args as $k => $v) {