mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
log id and name of folder
This commit is contained in:
parent
28bfe5c1d7
commit
6a9493a786
|
@ -108,7 +108,7 @@ if ($folder->remove()) {
|
|||
UI::exitError(getMLText("folder_title", array("foldername" => $folder->getName())),getMLText("error_occured"));
|
||||
}
|
||||
|
||||
add_log_line();
|
||||
add_log_line("?folderid=".$folderid."&name=".$foldername);
|
||||
|
||||
header("Location:../out/out.ViewFolder.php?folderid=".$parent->getID()."&showtree=".$_POST["showtree"]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user