Committer: wisest-owl
LJSUP-13388: LJ Shop - StylesU trunk/bin/upgrading/update-db.pl
Modified: trunk/bin/upgrading/update-db.pl =================================================================== --- trunk/bin/upgrading/update-db.pl 2012-11-28 12:47:15 UTC (rev 23380) +++ trunk/bin/upgrading/update-db.pl 2012-11-28 13:00:57 UTC (rev 23381) @@ -485,6 +485,8 @@ $theme_shop->s2tid ($id); $theme_shop->save_to_db; $theme_shop->add_cat ($_) foreach @s2_theme_cats; + ## Clear the memcache key after adding shop theme + $existing = LJ::S2::get_public_layers({ force => 1 }, $sysid); } if ($opt_compiletodisk) {