Index: /branches/release-40/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
===================================================================
--- /branches/release-40/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm (revision 1350)
+++ /branches/release-40/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm (revision 2576)
@@ -302,4 +302,5 @@
       or return $app->json_error( $app->translate('No such blog [_1]', $blog_id) );
     $blog->page_layout($layout);
+    $blog->touch();
     $blog->save();
 
