From 4c7f3faf92503de788496ba3254f1e46bf16a27d Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Fri, 23 Jan 2009 09:15:57 +0000 Subject: mark nudge action read-only --- actions/nudge.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions') 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; + } } -- cgit v1.2.3-54-g00ecf