log id and name of folder

This commit is contained in:
Uwe Steinmann 2015-06-19 15:04:25 +02:00
parent 28bfe5c1d7
commit 6a9493a786

View File

@ -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"]);