diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-03 11:57:45 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-03 11:57:45 +0100 |
commit | 21b60bf119a3d070e385c1011f4c3ccb9951f23c (patch) | |
tree | 43d78d9a1ae07cb5add65b04f23a79e722fc26bc /Zotlabs | |
parent | d25314c75b0941b91f73eb39cba489ec6b48c301 (diff) | |
parent | 5db3f93be9e9777184609a7f7e6988d36dfc5615 (diff) | |
download | volse-hubzilla-21b60bf119a3d070e385c1011f4c3ccb9951f23c.tar.gz volse-hubzilla-21b60bf119a3d070e385c1011f4c3ccb9951f23c.tar.bz2 volse-hubzilla-21b60bf119a3d070e385c1011f4c3ccb9951f23c.zip |
Merge branch 'dev' into containers
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Setup.php | 5 | ||||
-rw-r--r-- | Zotlabs/Web/HttpMeta.php | 13 |
2 files changed, 7 insertions, 11 deletions
diff --git a/Zotlabs/Module/Setup.php b/Zotlabs/Module/Setup.php index 35079e5e5..5b423f67d 100644 --- a/Zotlabs/Module/Setup.php +++ b/Zotlabs/Module/Setup.php @@ -263,7 +263,10 @@ class Setup extends \Zotlabs\Web\Controller { $this->check_htaccess($checks); - $checkspassed = array_reduce($checks, "self::check_passed", true); + $checkspassed = array_reduce( + $checks, + "Zotlabs\Module\Setup::check_passed", + true); $tpl = get_markup_template('install_checks.tpl'); $o .= replace_macros($tpl, array( diff --git a/Zotlabs/Web/HttpMeta.php b/Zotlabs/Web/HttpMeta.php index 7cf93dda9..d12037a51 100644 --- a/Zotlabs/Web/HttpMeta.php +++ b/Zotlabs/Web/HttpMeta.php @@ -5,16 +5,9 @@ namespace Zotlabs\Web; class HttpMeta { - private $vars = null; - private $og = null; - - function __construct() { - - $this->vars = []; - $this->og = []; - $this->ogproperties = []; - - } + private $vars = []; + private $og = []; + private $ogproperties = []; //Set Meta Value // Mode: |