From: Jan Schneider Date: Fri, 9 Jan 2009 14:14:56 +0000 (+0100) Subject: Fix parse error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8040298bcf88c083f4790546f0f0cfe693d52932;p=horde.git Fix parse error. --- diff --git a/chora/config/sourceroots.php.dist b/chora/config/sourceroots.php.dist index 872e1869c..13eca36d3 100644 --- a/chora/config/sourceroots.php.dist +++ b/chora/config/sourceroots.php.dist @@ -59,7 +59,7 @@ $sourceroots['localsvn'] = array( $sourceroots['git'] = array( 'name' => 'Git', - 'location' => '/path/to/git/repo + 'location' => '/path/to/git/repo', 'title' => 'Git repository', 'type' => 'git', );