From 3cb737646fe3e3aad6840643d6e5321340e83a70 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Tue, 23 Aug 2011 20:41:18 +0000 Subject: [PATCH] Bugfix --- 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 1648a8aea..2abbff188 100755 --- a/include/mantis.class.php +++ b/include/mantis.class.php @@ -89,7 +89,7 @@ class mantis extends basis_db // Ticket holen public function getIssue() { - $params=array('username' => 'pam', 'password' => 'jfie02','issue_id' => 1); + $params=array('username' => 'pam', 'password' => '','issue_id' => 1); $result = $this->soapClient->__soapCall('mc_issue_get',$params); $this->issue_id = $result->id;