* finish task #69244
This commit is contained in:
@@ -627,7 +627,7 @@ class custom extends control
|
||||
*/
|
||||
public function mode()
|
||||
{
|
||||
$mode = zget($this->config->global, 'mode', 'classic');
|
||||
$mode = zget($this->config->global, 'mode', 'lite');
|
||||
if($this->post->mode and $this->post->mode != $mode) // If mode value change.
|
||||
{
|
||||
$mode = fixer::input('post')->get('mode');
|
||||
|
||||
Reference in New Issue
Block a user