mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Fixing a severe bug in PhabricatorMacroQuery
Summary: Just look at it for yourself Test Plan: Fixed some fatals in a future diff Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5420
This commit is contained in:
parent
f95710e799
commit
178d732575
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ final class PhabricatorMacroQuery
|
||||||
if ($this->phids) {
|
if ($this->phids) {
|
||||||
$where[] = qsprintf(
|
$where[] = qsprintf(
|
||||||
$conn,
|
$conn,
|
||||||
'm.phid IN (%Ld)',
|
'm.phid IN (%Ls)',
|
||||||
$this->phids);
|
$this->phids);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue