summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-02 18:05:19 -0800
committerZach Copley <zach@status.net>2009-12-02 18:05:19 -0800
commit56b3e13d4aec5649b5858597729a1af5e5407c9c (patch)
tree3d503e7ba377f57cc22277286aedfae56402b97b /actions
parentbb2311ea18dd4519db6db5428bf3acb239e809ad (diff)
Reload the admin design panel page to show the new CSS when the
design gets reset.
Diffstat (limited to 'actions')
-rw-r--r--actions/designadminpanel.php4
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);
}
/**