From: Mikael Nordfeldth Date: Thu, 29 Aug 2013 22:22:22 +0000 (+0200) Subject: handle no longer uses $argarray or $args X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13226c5d92391865b46f764c86665252d09e30a2;p=quix0rs-gnu-social.git handle no longer uses $argarray or $args --- diff --git a/lib/action.php b/lib/action.php index 3b87b3f5ec..52999daa32 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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');