Reload the admin design panel page to show the new CSS when the

design gets reset.
This commit is contained in:
Zach Copley 2009-12-02 18:05:19 -08:00
parent bb2311ea18
commit 56b3e13d4a
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}
/**