mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Reduces same db calls
This commit is contained in:
@@ -50,6 +50,7 @@ class Dashboard extends CI_Controller {
|
||||
$data['current_active'] = $this->stations->find_active();
|
||||
|
||||
$data['themesWithoutMode'] = $this->setup_model->checkThemesWithoutMode();
|
||||
$data['dashboard_map'] = $this->optionslib->get_option('dashboard_map');
|
||||
|
||||
$setup_required = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user