handle no longer uses $argarray or $args

This commit is contained in:
Mikael Nordfeldth 2013-08-30 00:22:22 +02:00
parent b18e24723f
commit 13226c5d92
1 changed files with 1 additions and 3 deletions

View 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');