1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42: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:
Jason Ge 2012-05-21 15:15:15 -07:00
parent bb7285ab46
commit 2b39a77fd8

View file

@ -56,7 +56,7 @@ final class DiffusionGitRawDiffQuery extends DiffusionRawDiffQuery {
list($parents) = $repository->execxLocalCommand(
'log --format=%s %s --',
'%P', // "parents"
$effective_commit);
$commit);
if (strlen(trim($parents))) {
throw $ex;