diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 19:14:39 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 19:14:39 +0000 |
commit | 0b3bd63a30fa9d47e5bf7e63e58b74ceffe36049 (patch) | |
tree | 70dc38865639b0d8a88d8b342e8677ce8caf952f /lib/action.php | |
parent | 4c29cda000b4598cdf33d1ae81a53da06051a505 (diff) | |
parent | 41b247ac1ac1f7752f5449d772307d78a6102964 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index ecd1978f2..0a628bfdf 100644 --- a/lib/action.php +++ b/lib/action.php @@ -791,9 +791,12 @@ class Action extends HTMLOutputter // lawsuit * * MAY override * + * @param array $args other arguments + * * @return boolean is read only action? */ - function isReadOnly() + + function isReadOnly($args) { return false; } |