Merge branch 'ci-pretest-and-upgrade-psql' into 'dev'

CI: Add pretest CI step and run PHPStan

See merge request hubzilla/core!2233
This commit is contained in:
Mario
2025-10-09 09:53:14 +00:00
2 changed files with 11 additions and 4 deletions

View File

@@ -662,7 +662,7 @@ function sys_boot(): bool {
@include('.htpreconfig.php');
}
if (array_key_exists('default_timezone', get_defined_vars())) {
if (isset($default_timezone)) {
App::$config['system']['timezone'] = $default_timezone;
}