silverstripe-archive / silverstripe-mobile

Mobile support module for SilverStripe CMS
http://silverstripe.org/mobile/
BSD 3-Clause "New" or "Revised" License
35 stars 36 forks source link

FIX: Perform DB build instead of requireDefaultRecords() #45

Closed madmatt closed 10 years ago

madmatt commented 10 years ago

augmentDatabase() is now used on MobileSiteConfigExtension to copy the theme, instead of requireDefaultRecords(). This means we need to do a dev/build internally to have the theme copied.

sminnee commented 10 years ago

Much simpler!