diff options
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 487396e4e..711b77e0a 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -20,11 +20,7 @@ if (!defined('LACONICA')) { exit(1); } class NewnoticeAction extends Action { - - function is_readonly() { - return false; - } - + function handle($args) { parent::handle($args); # XXX: Ajax! |