File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments