typo in lib action

This commit is contained in:
Evan Prodromou 2009-04-13 15:54:16 -04:00
parent a801ee0843
commit 1bae34e24f
1 changed files with 1 additions and 1 deletions

View File

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