We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f56935 commit 6f40075Copy full SHA for 6f40075
modules/cms/models/MaintenanceSetting.php
@@ -82,7 +82,7 @@ public function afterFetch()
82
{
83
if (
84
($theme = Theme::getEditTheme())
85
- && ($themeMap = array_get($this->attributes, 'theme_map'))
+ && ($themeMap = array_get($this->value, 'theme_map'))
86
&& ($cmsPage = array_get($themeMap, $theme->getDirName()))
87
) {
88
$this->cms_page = $cmsPage;
0 commit comments