Skip to content

Commit

Permalink
Fix mantisbt-plugins#184: Copy-pasta displaying Github API login
Browse files Browse the repository at this point in the history
Signed-off-by: John Reese <jreese@leetcode.net>
  • Loading branch information
01-Scripts authored and amyreese committed Jan 13, 2011
1 parent 021aa84 commit 5ff0ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceGithub/SourceGithub.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function update_repo_form( $p_repo ) {
}

if ( isset( $p_repo->info['hub_api_login'] ) ) {
$t_hub_api_token = $p_repo->info['hub_api_login'];
$t_hub_api_login = $p_repo->info['hub_api_login'];
}

if ( isset( $p_repo->info['hub_api_token'] ) ) {
Expand Down

0 comments on commit 5ff0ff1

Please sign in to comment.