Commit 19adc454b987afcf4997a67a1e83e35d6c155414

Authored by Administrator
1 parent a0373a38

20.07.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/CatalogUrlManager.php
... ... @@ -29,7 +29,7 @@ class CatalogUrlManager implements UrlRuleInterface {
29 29 $pathInfo = $request->getPathInfo();
30 30 $paths = explode('/', $pathInfo);
31 31  
32   - if(strripos($request->url,$pathInfo.'?') && (!strripos($request->url,'page')) && (!strripos($request->url,'sort'))){
  32 + if(strripos($request->url,$pathInfo.'?') && (!strripos($request->url,'?page')) && (!strripos($request->url,'?sort'))){
33 33 throw new HttpException(404 ,'Page not found');
34 34 }
35 35  
... ...