Skip to content

Commit

Permalink
Link to bug view page instead of search
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jun 29, 2010
1 parent 3b8316a commit dc92d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/classes/RelatedChangesetsColumn.class.php
Expand Up @@ -49,7 +49,7 @@ public function display( $p_bug, $p_columns_target ) {
plugin_push_current( 'Source' );

if ( isset( $this->changeset_cache[ $p_bug->id ] ) ) {
echo '<a href="', plugin_page( 'search' ), '&bug_id=', $p_bug->id, '">', $this->changeset_cache[ $p_bug->id ], '</a>';
echo '<a href="view.php&id=', $p_bug->id, '">', $this->changeset_cache[ $p_bug->id ], '</a>';
}

plugin_pop_current();
Expand Down

0 comments on commit dc92d73

Please sign in to comment.