aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/System.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2020-01-30 20:36:00 +0100
committerMax Kostikov <max@kostikov.co>2020-01-30 20:36:00 +0100
commitb37e5a426abee519f20a9cec557538bde3841ad8 (patch)
tree02b23dd33caf94eba7bc0cbd978cc506dc36efb1 /Zotlabs/Lib/System.php
parent5e76318e44d682ce631aa575550ce666eff2ea79 (diff)
downloadvolse-hubzilla-b37e5a426abee519f20a9cec557538bde3841ad8.tar.gz
volse-hubzilla-b37e5a426abee519f20a9cec557538bde3841ad8.tar.bz2
volse-hubzilla-b37e5a426abee519f20a9cec557538bde3841ad8.zip
Update System.php
Diffstat (limited to 'Zotlabs/Lib/System.php')
-rw-r--r--Zotlabs/Lib/System.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php
index b66f66bce..3cc46fbda 100644
--- a/Zotlabs/Lib/System.php
+++ b/Zotlabs/Lib/System.php
@@ -5,8 +5,7 @@ namespace Zotlabs\Lib;
class System {
static public function get_platform_name() {
-
- static $platform_name = '';
+ static $platform_name = '';
if(empty($platform_name)) {
if(is_array(\App::$config) && is_array(\App::$config['system']) && array_key_exists('platform_name',\App::$config['system']))
$platform_name = \App::$config['system']['platform_name'];