This commit is contained in:
Andreas Österreicher
2009-07-15 11:58:09 +00:00
parent 380a0b8360
commit 23f8e3d842
3 changed files with 82 additions and 300 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class antwort extends basis_db
{
parent::__construct();
if(!is_null(antwort_id))
if(!is_null($antwort_id))
$this->load($antwort_id);
}