The shortname of the theme is apparently not defined in 4.6. I worked around by changing
$options[$key] = $info->shortname;
to
$options[$key] = $info->name;
in _sections_theme_select().
The shortname of the theme is apparently not defined in 4.6. I worked around by changing
$options[$key] = $info->shortname;
to
$options[$key] = $info->name;
in _sections_theme_select().
Comments
Comment #1
Bèr Kessels commentedfixed in the latest versions.
Comment #2
(not verified) commented