Skip to content

Commit

Permalink
Fix user variable name in mc_tag_delete
Browse files Browse the repository at this point in the history
Thanks to atrol for re-re-spotting the error
  • Loading branch information
rombert committed Dec 5, 2011
1 parent 767ddf0 commit ad17dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/soap/mc_tag_api.php
Expand Up @@ -73,7 +73,7 @@ function mc_tag_add( $p_username, $p_password, $p_tag ) {
}

if ( !access_has_global_level( config_get( 'tag_create_threshold' ) ) )
return mci_soap_fault_access_denied( $p_user_id );
return mci_soap_fault_access_denied( $t_user_id );

$t_valid_matches = array();

Expand Down

0 comments on commit ad17dbb

Please sign in to comment.