From 56b3e13d4aec5649b5858597729a1af5e5407c9c Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 2 Dec 2009 18:05:19 -0800 Subject: [PATCH] Reload the admin design panel page to show the new CSS when the design gets reset. --- actions/designadminpanel.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actions/designadminpanel.php b/actions/designadminpanel.php index a64a900b8a..f862aff0eb 100644 --- a/actions/designadminpanel.php +++ b/actions/designadminpanel.php @@ -213,6 +213,10 @@ class DesignadminpanelAction extends AdminPanelAction } // XXX: Should we restore the default dir settings, etc.? --Z + + // XXX: I can't get it to show the new settings without forcing + // this terrible reload -- FIX ME! + common_redirect(common_local_url('designadminpanel'), 303); } /**