mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add note that this code has to be fixed
This commit is contained in:
parent
1affdaff71
commit
9328bebcbf
|
@ -37,6 +37,7 @@ if (isset($_GET["id"]) && is_numeric($_GET["id"]) && isset($_GET['type'])) {
|
|||
}
|
||||
}
|
||||
|
||||
/* FIXME: this does not work because the folder id is not passed */
|
||||
$folderid = $_GET['folderid'];
|
||||
header("Location:../out/out.ViewFolder.php?folderid=".$folderid);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user