mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
Merge branch 'seeddms-4.1.3' into develop
This commit is contained in:
commit
7a5d1b0e59
|
@ -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 -------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user