- Bugfix beim Download von Abgaben mit RegisterGlobals=Off

This commit is contained in:
Andreas Österreicher
2011-06-24 08:11:48 +00:00
parent 2a7ba7a3a0
commit 8b3908e722
@@ -83,6 +83,7 @@ else
if (isset($_GET["download_abgabe"])){
$file=$_GET["download_abgabe"];
$uebung_id = $_GET["uebung_id"];
$uid = $_GET['uid'];
$ueb = new uebung();
$ueb->load_studentuebung($uid, $uebung_id);
$ueb->load_abgabe($ueb->abgabe_id);