diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-14 14:29:51 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-14 14:29:51 -0400 |
commit | 41b247ac1ac1f7752f5449d772307d78a6102964 (patch) | |
tree | e7ae1be39846f6defae80b3fbe69f19cd04d620e /actions/shownotice.php | |
parent | 4f966709e680048fa4c2631c33250bbaaff6cc71 (diff) | |
parent | 4684d34713a8057387750bc52802d0c0475ec926 (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index ccae49bb3..2c469c9de 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -106,7 +106,7 @@ class ShownoticeAction extends Action * @return boolean true */ - function isReadOnly() + function isReadOnly($args) { return true; } |