Skip to content

Commit

Permalink
SL-7164: Правка опечатки
Browse files Browse the repository at this point in the history
  • Loading branch information
sape-petrov committed Aug 6, 2024
1 parent 6239a62 commit 35bb870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sape/sape.php
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ public function return_block_links($n = null, $options = null)
$items .= $item;
}

// Вставной обязатльный элемент в блоке
// Вставной обязательный элемент в блоке
if (true == $need_show_obligatory_block) {
$items .= str_replace('{item}', $this->_block_ins_itemobligatory, $item_container_tpl);
$nof_items_total += 1;
Expand Down

0 comments on commit 35bb870

Please sign in to comment.