mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
remove unused call for DI::app()
This commit is contained in:
parent
9c7066ae35
commit
a0da648214
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ class Details extends BaseAdmin
|
||||||
{
|
{
|
||||||
parent::content();
|
parent::content();
|
||||||
|
|
||||||
$a = DI::app();
|
|
||||||
|
|
||||||
$addons_admin = Addon::getAdminList();
|
$addons_admin = Addon::getAdminList();
|
||||||
|
|
||||||
$addon = Strings::sanitizeFilePathItem($this->parameters['addon']);
|
$addon = Strings::sanitizeFilePathItem($this->parameters['addon']);
|
||||||
|
|
Loading…
Reference in a new issue