Alexey Boroda
/
artbox-weblog
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
c82ba2331a5260e335cc24d6b39d9e326be50228
Authored by
Anastasia
2017-11-30 15:48:30 +0200
1 parent
7dbbfcac
blog
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
models/ArticleSearch.php
Inline
Side-by-side
models/ArticleSearch.php
Show/Hide comments
View file @
c82ba23
@@ -79,6 +79,11 @@
@@ -79,6 +79,11 @@
79
->joinWith(
79
->joinWith(
80
[
80
[
81
'lang',
81
'lang',
82
+
83
+ ]
84
+ )
85
+ ->with(
86
+ [
82
'tags.lang',
87
'tags.lang',
83
'categories.lang',
88
'categories.lang',
84
]
89
]