From 7e6870db914d4e905fc7ae833b69404fd3ea0d3d Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 22 Jul 2008 17:20:56 -0400 Subject: base class is_readonly() now returns false by default darcs-hash:20080722212056-ca946-e4bd9eef8e3d8991414932e9fc7b8c9a31f818c0.gz --- actions/postnotice.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actions/postnotice.php') diff --git a/actions/postnotice.php b/actions/postnotice.php index 3b5a4ee15..ab12277bb 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -21,10 +21,6 @@ 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); -- cgit v1.2.3-54-g00ecf