3108 - Важно - удаление лишних разделов из sitemao.xml

parent 42b718c3
...@@ -60,10 +60,7 @@ class SearchDocContent extends DocContent ...@@ -60,10 +60,7 @@ class SearchDocContent extends DocContent
'asc' => ['doc_content_lang.name' => SORT_ASC], 'asc' => ['doc_content_lang.name' => SORT_ASC],
'desc' => ['doc_content_lang.name' => SORT_DESC], 'desc' => ['doc_content_lang.name' => SORT_DESC],
], ],
'url' => [ 'url',
'asc' => ['doc_content_lang.url' => SORT_ASC],
'desc' => ['doc_content_lang.url' => SORT_DESC],
],
], ],
], ],
]); ]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment