@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Anh Nhan Nguyen and committed by
epriestley
178d7325 f95710e7

+1 -1
+1 -1
src/applications/macro/query/PhabricatorMacroQuery.php
··· 89 89 if ($this->phids) { 90 90 $where[] = qsprintf( 91 91 $conn, 92 - 'm.phid IN (%Ld)', 92 + 'm.phid IN (%Ls)', 93 93 $this->phids); 94 94 } 95 95