Homec4science

Fix some issues with new Conduit method implementations

Authored by epriestley <git@epriestley.com> on Jul 25 2014, 06:57.

Description

Fix some issues with new Conduit method implementations

Summary: Ref T5655. A few of these were missed.

Test Plan:
Checked all other methods like this:

foreach ($method_map as $k => $v) {
  $v = preg_replace('/ConduitAPIMethod$/', '', $v);
  $k = str_replace('.', '', $k);
  $v = strtolower($v);
  if ($k != $v) {
    echo "{$k} x {$v}!\n";
  }
}
echo "OK\n";

Reviewers: hach-que, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T5655

Differential Revision: https://secure.phabricator.com/D10049

Details

Committed
epriestley <git@epriestley.com>Jul 25 2014, 06:57
Pushed
aubortJan 31 2017, 17:16
Parents
rPHbff217efd314: Don't log Conduit 404s as errors
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH20589389de75: Fix some issues with new Conduit method implementations (authored by epriestley <git@epriestley.com>).Jul 25 2014, 06:57