1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 04:20: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(),
'arc:lint');
if (!$lint) {
return;
return array();
}
$lint = $lint->getData();