Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit fc6d8a4

Browse files
author
Olga Kopylova
committed
Removed update incompatible with Magento
1 parent a0cb19f commit fc6d8a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/Zend/Controller/Router/Route.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ public function match($path, $partial = false)
294294
foreach ($this->_variables as $var) {
295295
if (!array_key_exists($var, $return)) {
296296
return false;
297-
} elseif ($return[$var] == '' || $return[$var] === null) {
298-
// Empty variable? Replace with the default value.
299-
$return[$var] = $this->_defaults[$var];
300297
}
301298
}
302299

0 commit comments

Comments
 (0)