]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
handle no longer uses $argarray or $args
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 29 Aug 2013 22:22:22 +0000 (00:22 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 29 Aug 2013 22:22:22 +0000 (00:22 +0200)
lib/action.php

index 3b87b3f5ec88a066bc5df5fa14a3e14a8b11bc0f..52999daa324231449ce9201bec37c6149610f223 100644 (file)
@@ -1218,11 +1218,9 @@ class Action extends HTMLOutputter // lawsuit
     /**
      * Handler method
      *
-     * @param array $argarray is ignored since it's now passed in in prepare()
-     *
      * @return boolean is read only action?
      */
-    function handle($argarray=null)
+    protected function handle()
     {
         header('Vary: Accept-Encoding,Cookie');