Extra sql lookup that wasn't needed

pull/2978/head
Peter Goodhall 2024-02-17 16:59:24 +00:00
rodzic 4eb412c27b
commit e64f842b84
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -182,7 +182,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
</div>
<div class="col-sm-4">
<?php if($this->optionslib->get_option('dashboard_map') == "map_at_right") { ?>
<?php if($this->config->item('dashboard_map') == "map_at_right") { ?>
<!-- Map -->
<div id="map" class="map-leaflet" style="width: 100%; height: 350px; margin-bottom: 15px;"></div>
<?php } ?>