mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
#17579220 : fixed the error occurred when changeset was empty
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
66a8118e54
commit
e577680a3a
1 changed files with 4 additions and 0 deletions
|
|
@ -398,6 +398,10 @@
|
||||||
debugPrint($output);
|
debugPrint($output);
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
if(!$output->data)
|
||||||
|
{
|
||||||
|
$output->data = array();
|
||||||
|
}
|
||||||
foreach($output->data as $key => $changeset)
|
foreach($output->data as $key => $changeset)
|
||||||
{
|
{
|
||||||
$changeset->message = $this->_linkXE($changeset->message);
|
$changeset->message = $this->_linkXE($changeset->message);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue