typo in lib action

This commit is contained in:
Evan Prodromou 2009-04-13 15:54:16 -04:00
parent a801ee0843
commit 1bae34e24f

View File

@ -796,7 +796,7 @@ class Action extends HTMLOutputter // lawsuit
* @return boolean is read only action? * @return boolean is read only action?
*/ */
function isReadOnly($args)($args) function isReadOnly($args)
{ {
return false; return false;
} }