* adjust for classic mode and fix bug.

This commit is contained in:
王怡栋
2021-12-03 09:25:44 +08:00
parent 01cb981c6e
commit 2837dc322c
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ class programsEntry extends Entry
$_COOKIE['showClosed'] = $this->param('showClosed', 0);
$mergeChildren = $this->param('mergeChildren', 0);
$this->config->systemMode = 'new';
$fields = $this->param('fields', '');
if(stripos(strtolower(",{$fields},"), ",dropmenu,") !== false) return $this->getDropMenu();