From: Michael Date: Sun, 25 Jul 2021 17:29:50 +0000 (+0000) Subject: App->data is not needed anymore X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0551648399683ecf712196fa85216796fd598e65;p=friendica.git App->data is not needed anymore --- diff --git a/src/App.php b/src/App.php index 4564bb0980..7d1258c604 100644 --- a/src/App.php +++ b/src/App.php @@ -57,7 +57,6 @@ use Psr\Log\LoggerInterface; class App { public $user; - public $data = []; public $theme_info = []; // Allow themes to control internal parameters // by changing App values in theme.php