The data structure is already a stdClass object, so add a property,
not a key (partially fixes issue 568)
This commit is contained in:
@@ -437,7 +437,7 @@ class IDF_Scm_Git extends IDF_Scm
|
||||
$out[0]->changes = '';
|
||||
}
|
||||
|
||||
$out[0]['branch'] = $this->inBranches($commit, null);
|
||||
$out[0]->branch = $this->inBranches($commit, null);
|
||||
return $out[0];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user