mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
#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:
parent
75c211f98e
commit
f788064050
3 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue