Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4eb1ea6

Browse files
committedDec 5, 2011
SOAP tag API: reference correct variable if access is denied
Thanks to atrol for spotting this.
1 parent c9c1398 commit 4eb1ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api/soap/mc_tag_api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function mc_tag_add( $p_username, $p_password, $p_tag ) {
7373
}
7474

7575
if ( !access_has_global_level( config_get( 'tag_create_threshold' ) ) )
76-
return mci_soap_fault_access_denied( $p_user_id );
76+
return mci_soap_fault_access_denied( $t_user_id );
7777

7878
$t_valid_matches = array();
7979

0 commit comments

Comments
 (0)
Please sign in to comment.