diff options
author | Zach Copley <zach@status.net> | 2009-12-02 18:05:19 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-12-02 18:05:19 -0800 |
commit | 56b3e13d4aec5649b5858597729a1af5e5407c9c (patch) | |
tree | 3d503e7ba377f57cc22277286aedfae56402b97b /actions/designadminpanel.php | |
parent | bb2311ea18dd4519db6db5428bf3acb239e809ad (diff) |
Reload the admin design panel page to show the new CSS when the
design gets reset.
Diffstat (limited to 'actions/designadminpanel.php')
-rw-r--r-- | actions/designadminpanel.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/designadminpanel.php b/actions/designadminpanel.php index a64a900b8..f862aff0e 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); } /** |