diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-13 15:54:16 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-13 15:54:16 -0400 |
commit | 4684d34713a8057387750bc52802d0c0475ec926 (patch) | |
tree | 30dbb496b24ade592b58fa96f0e6eebc5a50dc03 | |
parent | 4c9be4d566c4d4b6e846935cbabd951f5d59259d (diff) |
typo in lib action
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index 673549246..1ba062812 100644 --- a/lib/action.php +++ b/lib/action.php @@ -796,7 +796,7 @@ class Action extends HTMLOutputter // lawsuit * @return boolean is read only action? */ - function isReadOnly($args)($args) + function isReadOnly($args) { return false; } |