Skip to content

Commit

Permalink
re-added second arg (is empty)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Aug 16, 2016
1 parent 1f9eef0 commit 5533d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Request.php
Expand Up @@ -650,7 +650,7 @@ public function is($type)

if (empty($args)) {
if (!isset($this->_detectorCache[$type])) {
$this->_detectorCache[$type] = $this->_is($type);
$this->_detectorCache[$type] = $this->_is($type, $args);
}

return $this->_detectorCache[$type];
Expand Down

0 comments on commit 5533d68

Please sign in to comment.