add note that this code has to be fixed

This commit is contained in:
Uwe Steinmann 2013-03-12 08:48:23 +01:00
parent 1affdaff71
commit 9328bebcbf

View File

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