diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:10:44 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:10:44 +0000 |
commit | 39b5957068126be3d0fbe93769daf6038a53f4d4 (patch) | |
tree | 0d753524b0180be3c1f8ac50729b7e1694da6e45 /lib | |
parent | 0357ea505dd8aba293a67f0bfa122c3bbd29e51b (diff) | |
parent | ba9f1f603b5d832d8dd2f2b910ddf90bf32181b8 (diff) |
Merge branch 'uiredesign' of ../evan into uiredesign
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 33b138905..cc385a086 100644 --- a/lib/action.php +++ b/lib/action.php @@ -459,7 +459,7 @@ class Action extends HTMLOutputter // lawsuit return null; } - function is_readonly() + function isReadOnly() { return false; } |