diff options
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/replies.php b/actions/replies.php index 2769cb422..eac4d0a3a 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -196,7 +196,7 @@ class RepliesAction extends Action $this->elementEnd('div'); } - function isReadOnly() + function isReadOnly($args) { return true; } |