Skip to content

Commit b97d998

Browse files
committedJan 23, 2012
Fix #13789 : Invalid usage of function mci_soap_fault_access_denied
1 parent f93f106 commit b97d998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api/soap/mc_issue_api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ function mc_issue_relationship_add( $p_username, $p_password, $p_issue_id, $p_re
11471147

11481148
# bug is not read-only...
11491149
if( bug_is_readonly( $p_issue_id ) ) {
1150-
return new mci_soap_fault_access_denied( $t_user_id, "Issue '$p_issue_id' is readonly" );
1150+
return mci_soap_fault_access_denied( $t_user_id, "Issue '$p_issue_id' is readonly" );
11511151
}
11521152

11531153
# user can access to the related bug at least as viewer...

0 commit comments

Comments
 (0)
Please sign in to comment.