From 910b4fffdbb223bb6e45f5df8b48462f7e006a48 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Thu, 21 Jul 2022 11:01:12 +0300 Subject: [PATCH] Fixing typo --- env.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.inc.php b/env.inc.php index 303a8f2..5b04592 100644 --- a/env.inc.php +++ b/env.inc.php @@ -85,7 +85,7 @@ function get_env_file() if($env) $env_filename = "$GAME_ROOT/env/$env.props.php"; else - $env_filename = "$GAME_ROOT/" . get_root_env_props_name(); + $env_filename = "$GAME_ROOT/" . get_root_env_name(); if(file_exists($env_filename)) return $env_filename;