diff options
author | Evan Prodromou <evan@status.net> | 2009-11-16 17:05:03 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-16 17:05:03 +0100 |
commit | d968b5b4f1db223c7fc8c105526e08ca64877c21 (patch) | |
tree | 607e139f4983dad6b2c52e1bd5e167b066cbd41f /lib | |
parent | a2acb2eec506e642f6f4b122277e13e724524af8 (diff) |
give SilenceForm proper superclass
Diffstat (limited to 'lib')
-rw-r--r-- | lib/silenceform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/silenceform.php b/lib/silenceform.php index c9cf4b057..9673fa120 100644 --- a/lib/silenceform.php +++ b/lib/silenceform.php @@ -43,7 +43,7 @@ if (!defined('STATUSNET')) { * @see UnSilenceForm */ -class SilenceForm extends Form +class SilenceForm extends ProfileActionForm { /** * Action this form provides |