From: Philipp Holzer Date: Thu, 15 Aug 2019 15:27:05 +0000 (+0200) Subject: Removed unnecessary auto-initializing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ccbb0241bfc47e61c88c58a87110fd688234b3ae;p=friendica.git Removed unnecessary auto-initializing --- diff --git a/src/App.php b/src/App.php index d3b7125090..8a2a20704d 100644 --- a/src/App.php +++ b/src/App.php @@ -65,8 +65,8 @@ class App public $timezone; public $interactive = true; public $identities; - public $is_mobile = false; - public $is_tablet = false; + public $is_mobile; + public $is_tablet; public $theme_info = []; public $category; // Allow themes to control internal parameters