mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix orbit
This commit is contained in:
@@ -33,8 +33,8 @@ class Activators extends CI_Controller
|
||||
$mincount = 2;
|
||||
}
|
||||
|
||||
if ($this->input->post('orbit') != NULL) { // orbit is not set when page first loads.
|
||||
$orbit = $this->input->post('orbit');
|
||||
if ($this->input->post('leogeo') != NULL) { // orbit is not set when page first loads.
|
||||
$orbit = $this->input->post('leogeo');
|
||||
} else {
|
||||
$orbit = 'both';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user