]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Reload the admin design panel page to show the new CSS when the
authorZach Copley <zach@status.net>
Thu, 3 Dec 2009 02:05:19 +0000 (18:05 -0800)
committerZach Copley <zach@status.net>
Thu, 3 Dec 2009 02:05:19 +0000 (18:05 -0800)
design gets reset.

actions/designadminpanel.php

index a64a900b8afe19c714acbfb76bbf3aaf168b5d0a..f862aff0ebed5a11b8cf2962c2176fd51734a861 100644 (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);
     }
 
     /**