From 93c40307329c6a76701cb8b8b62dfec56e710c20 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 18 Dec 2012 20:41:26 -0800 Subject: [PATCH] Fix IRC bot Dxxx Conduit call. Summary: Some fallout from D4191. Test Plan: Sent "D12" in IRC and got a response. Reviewers: epriestley, vrana, zeeg Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4235 --- .../daemon/irc/handler/PhabricatorIRCObjectNameHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/infrastructure/daemon/irc/handler/PhabricatorIRCObjectNameHandler.php b/src/infrastructure/daemon/irc/handler/PhabricatorIRCObjectNameHandler.php index bb4c1e3fb6..420621a170 100644 --- a/src/infrastructure/daemon/irc/handler/PhabricatorIRCObjectNameHandler.php +++ b/src/infrastructure/daemon/irc/handler/PhabricatorIRCObjectNameHandler.php @@ -86,7 +86,6 @@ final class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler { $revisions = $this->getConduit()->callMethodSynchronous( 'differential.query', array( - 'query' => 'revision-ids', 'ids' => $revision_ids, )); $revisions = array_select_keys(