mirror of
https://github.com/friendica/friendica
synced 2024-12-22 08:00:16 +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();
|
||||
|
||||
$a = DI::app();
|
||||
|
||||
$action = $this->parameters['action'] ?? '';
|
||||
$update = $this->parameters['update'] ?? 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue