summaryrefslogtreecommitdiff
path: root/actions/postnotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r--actions/postnotice.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php
index ab12277bb..3b5a4ee15 100644
--- a/actions/postnotice.php
+++ b/actions/postnotice.php
@@ -21,6 +21,10 @@ if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/omb.php');
+function is_readonly() {
+ return false;
+}
+
class PostnoticeAction extends Action {
function handle($args) {
parent::handle($args);