From aafe1c457b8d0f3dd2539b2aa8dbdc68a96fd2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 11 Dec 2012 12:26:03 +0000 Subject: [PATCH] Tippfehler behoben --- include/lehre_tools.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lehre_tools.class.php b/include/lehre_tools.class.php index 833725712..472c49c99 100755 --- a/include/lehre_tools.class.php +++ b/include/lehre_tools.class.php @@ -47,7 +47,7 @@ class lehre_tools extends basis_db { parent::__construct(); - if(!is_null($lehre_tools_id_id)) + if(!is_null($lehre_tools_id)) $this->load($lehre_tools_id); }