mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Hopefully now works correctly
This commit is contained in:
@@ -39,7 +39,7 @@ class Welcome extends CI_Controller {
|
||||
$this->load->view('interface_assets/footer');
|
||||
} else {
|
||||
$data['NoMigrationRequired'] = false;
|
||||
$this->optionslib->update('version2_trigger', "true");
|
||||
$this->optionslib->update('version2_trigger', "true", "yes");
|
||||
redirect('dashboard');
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user