diff options
Diffstat (limited to 'actions/nudge.php')
-rw-r--r-- | actions/nudge.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/nudge.php b/actions/nudge.php index ca6fd3761..ca7947f5a 100644 --- a/actions/nudge.php +++ b/actions/nudge.php @@ -122,5 +122,10 @@ class NudgeAction extends Action // XXX: notify by SMS } } + + function isReadOnly() + { + return true; + } } |