diff options
Diffstat (limited to 'actions/unblock.php')
-rw-r--r-- | actions/unblock.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/unblock.php b/actions/unblock.php index 6a86c2bf0..51ec0ae57 100644 --- a/actions/unblock.php +++ b/actions/unblock.php @@ -21,7 +21,7 @@ if (!defined('LACONICA')) { exit(1); } class UnblockAction extends Action { - var $profile = NULL; + var $profile = null; function prepare($args) { |