Tippfehler behoben

This commit is contained in:
Andreas Österreicher
2012-12-11 12:26:03 +00:00
parent 6da7d3228f
commit aafe1c457b
+1 -1
View File
@@ -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);
}