From: Zach Copley Date: Thu, 3 Dec 2009 02:05:19 +0000 (-0800) Subject: Reload the admin design panel page to show the new CSS when the X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=15fafb71624dcd826850b43768241365e0d36fa2;p=quix0rs-gnu-social.git Reload the admin design panel page to show the new CSS when the design gets reset. --- 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); } /**