diff options
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php index 6ac283059..0d6338797 100644 --- a/actions/register.php +++ b/actions/register.php @@ -21,6 +21,10 @@ if (!defined('LACONICA')) { exit(1); } class RegisterAction extends Action { + function is_readonly() { + return false; + } + function handle($args) { parent::handle($args); |