Closed (fixed)
Project:
Sections
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2005 at 15:12 UTC
Updated:
13 Feb 2006 at 19:00 UTC
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