mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#17492798 : displaying timeline even if changeset is empty. (or without svn)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5156 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
524d0dcbbb
commit
7e7f52713e
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@
|
|||
$args->startdate = date("Ymd", ztime($enddate)-24*60*60*$limit);
|
||||
$args->module_srl = $module_srl;
|
||||
$output = executeQueryArray("issuetracker.getChangesets", $args);
|
||||
if(!$output->toBool() || !$output->data)
|
||||
if(!$output->toBool())
|
||||
{
|
||||
debugPrint($output);
|
||||
return array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue