Skip to content

Commit

Permalink
Removed update incompatible with Magento
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Kopylova committed Nov 24, 2014
1 parent a0cb19f commit fc6d8a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/Zend/Controller/Router/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,6 @@ public function match($path, $partial = false)
foreach ($this->_variables as $var) {
if (!array_key_exists($var, $return)) {
return false;
} elseif ($return[$var] == '' || $return[$var] === null) {
// Empty variable? Replace with the default value.
$return[$var] = $this->_defaults[$var];
}
}

Expand Down

0 comments on commit fc6d8a4

Please sign in to comment.