From bd905352f5d93e14ab9d42abac716bb597ab6be8 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 2 Feb 2015 14:22:09 -0800 Subject: [PATCH] Fix a bad setup check call --- .../conduit/check/ConduitDeprecatedCallSetupCheck.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/conduit/check/ConduitDeprecatedCallSetupCheck.php b/src/applications/conduit/check/ConduitDeprecatedCallSetupCheck.php index 464244d826..c7ee2765fd 100644 --- a/src/applications/conduit/check/ConduitDeprecatedCallSetupCheck.php +++ b/src/applications/conduit/check/ConduitDeprecatedCallSetupCheck.php @@ -11,6 +11,7 @@ final class ConduitDeprecatedCallSetupCheck extends PhabricatorSetupCheck { return; } + $methods = mpull($methods, null, 'getAPIMethodName'); $method_names = mpull($methods, 'getAPIMethodName'); $table = new PhabricatorConduitMethodCallLog();