1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 22:40:55 +01:00

Minor, fix array_merge() issue.

This commit is contained in:
epriestley 2012-01-05 09:11:49 -08:00
parent 2b3d7e757e
commit 1cb81936e7

View file

@ -257,7 +257,7 @@ class DifferentialChangesetViewController extends DifferentialController {
$changeset->getDiffID(), $changeset->getDiffID(),
'arc:lint'); 'arc:lint');
if (!$lint) { if (!$lint) {
return; return array();
} }
$lint = $lint->getData(); $lint = $lint->getData();