Skip to content

Commit 550d6d2

Browse files
Anthony Demurtasdregad
authored andcommitted
Following MantisBT coding guidelines
1 parent 1e2fb7f commit 550d6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SourceGitlab/SourceGitlab.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function update_repo_form( $p_repo ) {
115115
if ( isset( $p_repo->info['master_branch'] ) ) {
116116
$t_master_branch = $p_repo->info['master_branch'];
117117
} else {
118-
$t_master_branch = config_get('plugin_Source_default_branch', 'master');
118+
$t_master_branch = config_get( 'plugin_Source_default_branch', 'master' );
119119
}
120120
?>
121121
<tr>
@@ -249,7 +249,7 @@ public function import_full( $p_repo ) {
249249

250250
$t_branch = $p_repo->info['master_branch'];
251251
if ( is_blank( $t_branch ) ) {
252-
$t_branch = config_get('plugin_Source_default_branch', 'master');
252+
$t_branch = config_get( 'plugin_Source_default_branch', 'master' );
253253
}
254254

255255
# if we're not allowed everything, populate an array of what we are allowed

0 commit comments

Comments
 (0)