diff options
author | Evan Prodromou <evan@status.net> | 2009-11-16 17:05:31 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-16 17:05:31 +0100 |
commit | 9cc0d6524073b0a997289c0998443d25130730f2 (patch) | |
tree | 035aa0f14c797a6a725fc03730b6380273c4a4e4 /lib | |
parent | d968b5b4f1db223c7fc8c105526e08ca64877c21 (diff) |
give UnsandboxForm correct superclass
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unsandboxform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unsandboxform.php b/lib/unsandboxform.php index 559d1462d..a77634244 100644 --- a/lib/unsandboxform.php +++ b/lib/unsandboxform.php @@ -45,7 +45,7 @@ if (!defined('STATUSNET')) { * @see UnSandboxForm */ -class UnsandboxForm extends Form +class UnsandboxForm extends ProfileActionForm { /** * Action this form provides |