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