mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +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
|
|
@ -245,7 +245,7 @@
|
|||
return $output;
|
||||
}
|
||||
|
||||
function getLog($path, $erev=null, $brev=null, $quiet = false, $limit = 2) {
|
||||
function getLog($path, $erev=null, $brev=null, $quiet = false, $limit = 2, $link = true) {
|
||||
if(strpos($path,'..')!==false) return;
|
||||
|
||||
$command = sprintf(
|
||||
|
|
@ -287,7 +287,7 @@
|
|||
$obj->paths[] = $tmp_obj;
|
||||
}
|
||||
|
||||
$obj->msg = $this->linkXE($tmp->msg->body);
|
||||
$obj->msg = $link?$this->linkXE($tmp->msg->body):$tmp->msg->body;
|
||||
$output[] = $obj;
|
||||
}
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue