]> git.mxchange.org Git - friendica.git/commitdiff
remove unused call of DI::app()
authorArt4 <art4@wlabs.de>
Sat, 23 Nov 2024 08:18:24 +0000 (08:18 +0000)
committerArt4 <art4@wlabs.de>
Sat, 23 Nov 2024 08:18:31 +0000 (08:18 +0000)
src/Module/Admin/DBSync.php

index 3bf0ea54237cd7e03e751ad07bbab11b697bda73..62b6db7eea76e9f46415e43a003beb118a558676 100644 (file)
@@ -20,8 +20,6 @@ class DBSync extends BaseAdmin
        {
                parent::content();
 
-               $a = DI::app();
-
                $action = $this->parameters['action'] ?? '';
                $update = $this->parameters['update'] ?? 0;