summaryrefslogtreecommitdiff
path: root/actions/nudge.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-01-23 09:15:57 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 09:15:57 +0000
commit4c7f3faf92503de788496ba3254f1e46bf16a27d (patch)
treea2162bc342b4d702da3188e49b1b52871e54662d /actions/nudge.php
parent0f6bc2190a8d6c5d086cac190c964390ab2c5c0d (diff)
mark nudge action read-only
Diffstat (limited to 'actions/nudge.php')
-rw-r--r--actions/nudge.php5
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;
+ }
}