View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011295 | mantisbt | api soap | public | 2009-12-19 19:46 | 2009-12-20 05:45 |
| Reporter | oprat | Assigned To | giallu | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.0rc2 | ||||
| Summary | 0011295: mc_project_get_issue_headers | ||||
| Description | mc_project_api.php file: $t_issue['attachments_count'] = count( mci_issue_get_attachments( $t_issue_data['id'] ) ); should be (object attribute and not array acess) $t_issue['attachments_count'] = count( mci_issue_get_attachments( $t_issue_data->id ) ); Current code produce the following error: Fatal error: Cannot use object of type BugData as array in /home/bitendian/issues.bitendian.com/api/soap/mc_project_api.php on line 740 | ||||
| Steps To Reproduce | Always happen. | ||||
| Tags | No tags attached. | ||||