mirror of
https://github.com/friendica/friendica
synced 2024-12-22 13:20:15 +00:00
remove unused call of DI::app()
This commit is contained in:
parent
d7c25ce0b5
commit
7dbf1bb8bb
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ class DBSync extends BaseAdmin
|
||||||
{
|
{
|
||||||
parent::content();
|
parent::content();
|
||||||
|
|
||||||
$a = DI::app();
|
|
||||||
|
|
||||||
$action = $this->parameters['action'] ?? '';
|
$action = $this->parameters['action'] ?? '';
|
||||||
$update = $this->parameters['update'] ?? 0;
|
$update = $this->parameters['update'] ?? 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue