Yarik
/
artbox-language
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
00248c31cf484894b1ac01a05468c47576f190c7
Authored by
Anastasia
2017-11-08 17:14:30 +0200
1 parent
d9cf0699
event, blog, social
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
components/LanguageUrlManager.php
Inline
Side-by-side
components/LanguageUrlManager.php
Wrap text
Show/Hide comments
View file @
00248c3
...
...
@@ -26,6 +26,7 @@
26
26
27
27
$url = parent::createUrl($params);
28
28
29
+
29
30
if($url == '/') {
30
31
return '/' . $language->url;
31
32
} else {
...
...