This is because commerce_kickstart_blog_ui_enable() hardcodes the name of the theme to commerce_kickstart_theme, instead of doing:

$default_theme = variable_get('theme_default', 'omega_kickstart');

like the other install functions (commerce_kickstart_slideshow_install, for example) do.

Simple to fix.

Comments

bojanz’s picture

Assigned: Cookiz » Haza
Haza’s picture

Status: Active » Needs review

Fix provided, on review in gerrit https://code.drupalcommerce.org/261

bojanz’s picture

Status: Needs review » Fixed

Looks good, merged.

Automatically closed -- issue fixed for 2 weeks with no activity.