mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:50:11 +00:00
Add feedback
This commit is contained in:
parent
dc46af5ea1
commit
a3a32af5c1
3 changed files with 6 additions and 1 deletions
|
@ -223,7 +223,7 @@ abstract class BaseModule implements ICanHandleRequests
|
|||
|
||||
$this->profiler->set(microtime(true) - $timestamp, 'init');
|
||||
|
||||
switch ($this->args->getMethod() ?? Router::GET) {
|
||||
switch ($this->args->getMethod()) {
|
||||
case Router::DELETE:
|
||||
$this->delete($request);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue