diff options
author | Evan Prodromou <evan@status.net> | 2009-11-16 17:05:39 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-16 17:05:39 +0100 |
commit | ee5c9a5c9084a4ebf16e1aef7bb073bbf7c629da (patch) | |
tree | 38d89c8cf5b289090d1696e2d2c275828400e189 | |
parent | 9cc0d6524073b0a997289c0998443d25130730f2 (diff) |
give UnsilenceForm correct superclass
-rw-r--r-- | lib/unsilenceform.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unsilenceform.php b/lib/unsilenceform.php index 324d278b9..ac02b8b6c 100644 --- a/lib/unsilenceform.php +++ b/lib/unsilenceform.php @@ -40,10 +40,10 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * - * @see UnSilenceForm + * @see SilenceForm */ -class UnSilenceForm extends Form +class UnSilenceForm extends ProfileActionForm { /** * Action this form provides |