From 8b3908e7223107065f81a58dba18d945d19ad7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 24 Jun 2011 08:11:48 +0000 Subject: [PATCH] - Bugfix beim Download von Abgaben mit RegisterGlobals=Off --- cis/private/lehre/benotungstool/anwesenheitsliste.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cis/private/lehre/benotungstool/anwesenheitsliste.php b/cis/private/lehre/benotungstool/anwesenheitsliste.php index a903f9cb0..3bc253b7e 100644 --- a/cis/private/lehre/benotungstool/anwesenheitsliste.php +++ b/cis/private/lehre/benotungstool/anwesenheitsliste.php @@ -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);