diff options
author | Max Kostikov <max@kostikov.co> | 2020-01-30 20:36:00 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2020-01-30 20:36:00 +0100 |
commit | b37e5a426abee519f20a9cec557538bde3841ad8 (patch) | |
tree | 02b23dd33caf94eba7bc0cbd978cc506dc36efb1 | |
parent | 5e76318e44d682ce631aa575550ce666eff2ea79 (diff) | |
download | volse-hubzilla-b37e5a426abee519f20a9cec557538bde3841ad8.tar.gz volse-hubzilla-b37e5a426abee519f20a9cec557538bde3841ad8.tar.bz2 volse-hubzilla-b37e5a426abee519f20a9cec557538bde3841ad8.zip |
Update System.php
-rw-r--r-- | Zotlabs/Lib/System.php | 3 |
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']; |