Fixed typo.

newdiff
Loic d'Anterroches 2008-07-27 17:46:04 +02:00
parent b6084cbf07
commit 8a0a35726c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class IDF_Git
$cmd = sprintf('GIT_DIR=%s git show --date=iso --pretty=format:%s %s',
escapeshellarg($this->repo),
"'".$this->mediumtree_fmt."'",
escapeshellarg($commit);
escapeshellarg($commit));
$out = array();
exec($cmd, &$out);
$log = array();