diff options
Diffstat (limited to 'actions/unblock.php')
-rw-r--r-- | actions/unblock.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/unblock.php b/actions/unblock.php index 66ce0c879..112304f71 100644 --- a/actions/unblock.php +++ b/actions/unblock.php @@ -19,7 +19,8 @@ if (!defined('LACONICA')) { exit(1); } -class UnblockAction extends Action { +class UnblockAction extends Action +{ var $profile = null; |