]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo in lib action
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 13 Apr 2009 19:54:16 +0000 (15:54 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 13 Apr 2009 19:54:16 +0000 (15:54 -0400)
lib/action.php

index 673549246791a046364f34fc5063e80ee2c6f8a3..1ba062812a1186f6d6e4bf63ab4d1718abfd24e8 100644 (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;
     }