]> git.mjollnir.org Git - s9y.git/commitdiff
set val
authorgarvinhicking <garvinhicking>
Mon, 24 Oct 2005 18:02:59 +0000 (18:02 +0000)
committergarvinhicking <garvinhicking>
Mon, 24 Oct 2005 18:02:59 +0000 (18:02 +0000)
include/admin/personal.inc.php

index a0c9944efb8015387bd63ee4963c8a8b52b1ef1b..7a27edc92bc33692d0b2ad301b3093b89594d975 100644 (file)
@@ -20,6 +20,8 @@ if ($serendipity['GET']['adminAction'] == 'save' && serendipity_checkFormToken()
     } elseif (!empty($_POST['password']) && $_POST['check_password'] != $_SESSION['serendipityPassword'] && md5($_POST['check_password']) != $_SESSION['serendipityPassword']) {
         echo '<div class="serendipityAdminMsgError">' . USERCONF_CHECK_PASSWORD_ERROR . '</div>';
     } else {
+        $valid_groups = serendipity_getGroups($serendipity['authorid'], true);
+
         foreach($config as $category) {
             foreach ($category['items'] as $item) {
                 if (in_array('groups', $item['flags'])) {