mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
Merge branch 'seeddms-4.1.3'
This commit is contained in:
commit
84d6b83eba
|
@ -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