Skip to content

Commit

Permalink
Correct wrong call of function print_info_row
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Nov 3, 2015
1 parent 14bf1e9 commit 7c7fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index.php
Expand Up @@ -70,7 +70,7 @@ function print_info_row( $p_description, $p_value ) {
} else {
$t_version_suffix = '';
}
print_info_row( lang_get( 'mantis_version' ), MANTIS_VERSION, $t_version_suffix );
print_info_row( lang_get( 'mantis_version' ), MANTIS_VERSION . $t_version_suffix );
print_info_row( lang_get( 'php_version' ), phpversion() );
?>
<tr>
Expand Down

0 comments on commit 7c7fa97

Please sign in to comment.