Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6d7217cfc611da2da75503f1ef5a0fa9b9969d15
Authored by
Administrator
2016-12-02 15:06:42 +0200
1 parent
89e1e18c
add variantSku
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
CatalogUrlManager.php
Inline
Side-by-side
CatalogUrlManager.php
Wrap text
Show/Hide comments
View file @
6d7217c
...
...
@@ -49,6 +49,8 @@
49
49
throw new HttpException(404, 'Page not found');
50
50
}
51
51
$params[ 'category' ] = $category;
52
+ } else {
53
+ throw new HttpException(404, 'Page not found');
52
54
}
53
55
if (!empty( $paths[ 2 ] )) {
54
56
// Filter
...
...