From 70752c7d3b078c721e2c2c0748d18482ad503b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 3 Nov 2011 13:46:23 +0000 Subject: [PATCH] =?UTF-8?q?Bugfix=20beim=20Laden=20von=20Mantis=20Eintr?= =?UTF-8?q?=C3=A4gen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/mantis.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mantis.class.php b/include/mantis.class.php index 5bf84dc91..a21821486 100755 --- a/include/mantis.class.php +++ b/include/mantis.class.php @@ -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:'');