From e8ff967a2feb79d38161e110f2138c73d4b9d2df Mon Sep 17 00:00:00 2001 From: cats-shadow Date: Fri, 17 May 2024 16:28:08 +0300 Subject: [PATCH] Fixed the behavior of the dashboard map according to the appearance settings. --- application/views/dashboard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 56e885ab..688bbf2c 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -213,7 +213,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) -config->item('option_dashboard_map ') != "false" && $this->config->item('option_dashboard_map ') != "map_at_right") { ?> +optionslib->get_option('dashboard_map') != "false") && ($this->optionslib->get_option('dashboard_map') != "map_at_right")) { ?>
@@ -226,7 +226,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc)
- config->item('dashboard_map') == "map_at_right") { ?> + optionslib->get_option('dashboard_map') == "map_at_right") { ?>