diff --git a/src/applications/macro/query/PhabricatorMacroQuery.php b/src/applications/macro/query/PhabricatorMacroQuery.php index da8f7d9a13..4f20ddbcc8 100644 --- a/src/applications/macro/query/PhabricatorMacroQuery.php +++ b/src/applications/macro/query/PhabricatorMacroQuery.php @@ -170,6 +170,7 @@ final class PhabricatorMacroQuery if ($this->flagColor != '-1' && $this->flagColor !== null) { $flags = id(new PhabricatorFlagQuery()) + ->withOwnerPHIDs(array($this->getViewer()->getPHID())) ->withTypes(array(PhabricatorMacroPHIDTypeMacro::TYPECONST)) ->withColor($this->flagColor) ->setViewer($this->getViewer())