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

View File

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