From: Robin Millette Date: Fri, 23 Jan 2009 09:15:57 +0000 (+0000) Subject: mark nudge action read-only X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c7f3faf92503de788496ba3254f1e46bf16a27d;p=quix0rs-gnu-social.git mark nudge action read-only --- diff --git a/actions/nudge.php b/actions/nudge.php index ca6fd37612..ca7947f5a2 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; + } }