1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

Fix a bad setup check call

This commit is contained in:
epriestley 2015-02-02 14:22:09 -08:00
parent 9af376a743
commit bd905352f5

View file

@ -11,6 +11,7 @@ final class ConduitDeprecatedCallSetupCheck extends PhabricatorSetupCheck {
return;
}
$methods = mpull($methods, null, 'getAPIMethodName');
$method_names = mpull($methods, 'getAPIMethodName');
$table = new PhabricatorConduitMethodCallLog();