From 13226c5d92391865b46f764c86665252d09e30a2 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 30 Aug 2013 00:22:22 +0200 Subject: [PATCH] handle no longer uses $argarray or $args --- lib/action.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'); -- 2.39.2