* finish task #69244

This commit is contained in:
lanzongjun
2022-09-14 17:09:41 +08:00
parent 4a3dae1ebc
commit f521bbb5a6
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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');