mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
variable name incorrect
Summary: as title Test Plan: no Reviewers: epriestley Reviewed By: epriestley CC: aran, Koolvin Differential Revision: https://secure.phabricator.com/D2526
This commit is contained in:
parent
bb7285ab46
commit
2b39a77fd8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ final class DiffusionGitRawDiffQuery extends DiffusionRawDiffQuery {
|
||||||
list($parents) = $repository->execxLocalCommand(
|
list($parents) = $repository->execxLocalCommand(
|
||||||
'log --format=%s %s --',
|
'log --format=%s %s --',
|
||||||
'%P', // "parents"
|
'%P', // "parents"
|
||||||
$effective_commit);
|
$commit);
|
||||||
|
|
||||||
if (strlen(trim($parents))) {
|
if (strlen(trim($parents))) {
|
||||||
throw $ex;
|
throw $ex;
|
||||||
|
|
Loading…
Reference in a new issue