diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-13 13:56:05 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-13 13:56:05 -0800 |
commit | 0fe32a61f6c55e1302e45358375bf69a161ccdd4 (patch) | |
tree | 96bed6d9a9aac02d700acb1e8932cfdaaf147718 /modules/gallery/controllers/packager.php | |
parent | def88149ccf8b542b376b96dd25c52f2ec6920e1 (diff) |
Standardize the name of the blocks.
Diffstat (limited to 'modules/gallery/controllers/packager.php')
-rw-r--r-- | modules/gallery/controllers/packager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/packager.php b/modules/gallery/controllers/packager.php index b2550603..82c3c938 100644 --- a/modules/gallery/controllers/packager.php +++ b/modules/gallery/controllers/packager.php @@ -76,7 +76,7 @@ class Packager_Controller extends Controller { // We now have a clean install with just the packages that we want. Make sure that the // database is clean too. $i = 1; - foreach (array("dashboard_sidebar", "dashboard_center", "site.sidebar") as $key) { + foreach (array("dashboard_sidebar", "dashboard_center", "site_sidebar") as $key) { $blocks = array(); foreach (unserialize(module::get_var("gallery", "blocks_{$key}")) as $rnd => $value) { $blocks[++$i] = $value; |