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