diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-23 09:15:57 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 09:15:57 +0000 |
commit | 4c7f3faf92503de788496ba3254f1e46bf16a27d (patch) | |
tree | a2162bc342b4d702da3188e49b1b52871e54662d /actions/nudge.php | |
parent | 0f6bc2190a8d6c5d086cac190c964390ab2c5c0d (diff) |
mark nudge action read-only
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; + } } |