mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
$this and $ci lang fixes
This commit is contained in:
@@ -24,7 +24,7 @@ class Statistics extends CI_Controller {
|
||||
// Render User Interface
|
||||
|
||||
// Set Page Title
|
||||
$data['page_title'] = $this->lang->line('statistics_statistics');
|
||||
$data['page_title'] = __("Statistics");
|
||||
$data['sat_active'] = array_search("SAT", $this->bands->get_user_bands(), true);
|
||||
|
||||
// Load Views
|
||||
|
||||
Reference in New Issue
Block a user