|
|
@@ -76,7 +76,6 @@ class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_A
|
|
|
public function match($path, $partial = false)
|
|
|
{
|
|
|
if ($partial) {
|
|
|
- // if (substr($path, 0, strlen($this->_route)) === $this->_route) {
|
|
|
if ((empty($path) && empty($this->_route))
|
|
|
|| (substr($path, 0, strlen($this->_route)) === $this->_route)
|
|
|
) {
|