Merge branch 'seeddms-4.1.3' into develop

This commit is contained in:
Uwe Steinmann 2013-04-10 21:45:34 +02:00
commit 7a5d1b0e59

View File

@ -79,7 +79,8 @@ else if ($action == "removegroup") {
UI::exitError(getMLText("admin_tools"),getMLText("error_occured"));
}
add_log_line(".php?groupid=".$groupid."&action=removegroup");
$groupid = '';
add_log_line(".php?groupid=".$_POST["groupid"]."&action=removegroup");
}
//Gruppe bearbeiten -------------------------------------------------------------------------------