diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-27 11:25:03 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-27 11:25:03 -0700 |
commit | 74328584205c6685af44de6ea011f5e337fa9155 (patch) | |
tree | 30e65f05f6ddcc13e6a798dd790a0fee0ad98df9 /modules | |
parent | 8060a8a6594c8bc089098329c52bd1d42a0c7adb (diff) |
Fix one more place in the installer where we referring to the old default
theme names.
Update installer.sql
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index ee605b27..d4aae4c3 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -244,7 +244,7 @@ class gallery_installer { 100); // Instantiate default themes (site and admin) - foreach (array("default", "admin_default") as $theme_name) { + foreach (array("wind", "admin_wind") as $theme_name) { $theme_info = new ArrayObject(parse_ini_file(THEMEPATH . $theme_name . "/theme.info"), ArrayObject::ARRAY_AS_PROPS); $theme = ORM::factory("theme"); |