1
0
Fork 0
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:
Anh Nhan Nguyen 2013-03-22 13:48:23 -07:00 committed by epriestley
parent f95710e799
commit 178d732575

View file

@ -89,7 +89,7 @@ final class PhabricatorMacroQuery
if ($this->phids) {
$where[] = qsprintf(
$conn,
'm.phid IN (%Ld)',
'm.phid IN (%Ls)',
$this->phids);
}