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(),
'arc:lint');
if (!$lint) {
return;
return array();
}
$lint = $lint->getData();