Drive-by on the fly patch review, courtesy of Engineering Week demo. ;)

function statsd_call($name, $type = 'increment', $value = NULL) {
  if (!isset($name)) {
    return;
  }

I don't think it's possible to not pass in a $name, so this looks like a superfluous check.

Comments

mundanity’s picture

Status: Active » Fixed

This is a good call part 3. In 7.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.