Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
- Испарвлена ошибка генерации страцы тегов, при отсутсвтвующих
  проиндексированных страницах
- Проверка на совместимость с php 8.1
- косметичесике правки
  • Loading branch information
Voral committed Apr 9, 2023
1 parent 1bfeca5 commit 0aa24c1
Show file tree
Hide file tree
Showing 8 changed files with 760 additions and 750 deletions.
3 changes: 2 additions & 1 deletion .last_version/admin/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
* @author Воробьев Александр
* @see https://va-soft.ru/
* @package vasoft.tags
* @todo перенести на событие построения меню
*/
use Bitrix\Main\Localization\Loc;

$POST_RIGHT = $GLOBALS['APPLICATION']->GetGroupRight("vasoft.tags");
$menu = array();
if ($POST_RIGHT != "D") {
if ($POST_RIGHT !== "D") {

Loc::loadMessages(__FILE__);

Expand Down
Loading

0 comments on commit 0aa24c1

Please sign in to comment.