forked from GNUsocial/gnu-social
handle no longer uses $argarray or $args
This commit is contained in:
parent
b18e24723f
commit
13226c5d92
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user