Skip to content

Commit ad17dbb

Browse files
committedDec 5, 2011
Fix user variable name in mc_tag_delete
Thanks to atrol for re-re-spotting the error
1 parent 767ddf0 commit ad17dbb

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.