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:55:53 -0400 |
commit | 1bae34e24fe87ed1abcd5c27e183e8a826fbf775 (patch) | |
tree | df89ea712252f030c80adc735b9ef3b4ebee7203 /lib | |
parent | a801ee08437a988ebab32b3c92a7380667b446b6 (diff) |
typo in lib action
Diffstat (limited to 'lib')
-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; } |