Bugfix beim Laden von Mantis Einträgen

This commit is contained in:
Andreas Österreicher
2011-11-03 13:46:23 +00:00
parent 06f01fdd34
commit 70752c7d3b
+1 -1
View File
@@ -153,7 +153,7 @@ class mantis extends basis_db
$this->issue_resolution->id = $result->resolution->id;
$this->issue_resolution->name = $result->resolution->name;
$this->issue_description = $result->description;
$this->issue_attachments = $result->attachments;
//$this->issue_attachments = $result->attachments;
$this->issue_due_date = $result->due_date;
$this->issue_steps_to_reproduce = (isset($result->steps_to_reproduce)?$result->steps_to_reproduce:'');
$this->issue_additional_information = (isset($result->additional_information)?$result->additional_information:'');