#17569922 : added link to issue and changeset

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5165 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-23 06:30:56 +00:00
parent 75c211f98e
commit f788064050
3 changed files with 21 additions and 3 deletions

View file

@ -396,7 +396,7 @@
$oController = &getController('issuetracker');
if($latestRevision < $status->revision)
{
$logs = $oSvn->getLog("/", $latestRevision+1, $status->revision, false, $status->revision-$latestRevision);
$logs = $oSvn->getLog("/", $latestRevision+1, $status->revision, false, $status->revision-$latestRevision, false);
foreach($logs as $log)
{
$obj = null;