Skip to content

Commit

Permalink
Merge pull request #12 from santigimeno/master
Browse files Browse the repository at this point in the history
Possible typo in SourceGitweb.php
  • Loading branch information
amyreese committed May 23, 2012
2 parents d81d346 + 8208120 commit e37f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceGitweb/SourceGitweb.php
Expand Up @@ -141,7 +141,7 @@ public function import_full( $p_repo ) {

if ($t_branch != '*')
{
$t_branches = map( 'trim', explode( ',', $t_branch ) );
$t_branches = array_map( 'trim', explode( ',', $t_branch ) );
}
else
{
Expand Down

0 comments on commit e37f867

Please sign in to comment.