[geeklog-cvs] geeklog: Whoops, some config changes resulted in a blank page now

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Dec 30 17:26:36 EST 2009


changeset 7560:555fce2196ee
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/555fce2196ee
user: Dirk Haun <dirk at haun-online.de>
date: Wed Dec 30 13:32:47 2009 +0100
description:
Whoops, some config changes resulted in a blank page now

diffstat:

 public_html/admin/configuration.php |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 61269490cda0 -r 555fce2196ee public_html/admin/configuration.php
--- a/public_html/admin/configuration.php	Wed Dec 30 09:50:45 2009 +0100
+++ b/public_html/admin/configuration.php	Wed Dec 30 13:32:47 2009 +0100
@@ -114,6 +114,8 @@
             $config->unset_param($_POST['name'], $conf_group);
         }
     }
+    $display = $config->get_ui($conf_group, array_key_exists('subgroup', $_POST)
+                                            ?  $_POST['subgroup'] : null);
 } elseif (array_key_exists('form_submit', $_POST) && SEC_checkToken()) {
     $result = null;
     if (! array_key_exists('form_reset', $_POST)) {



More information about the geeklog-cvs mailing list