forked from ruslan-shv/seopro
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Из багов, нашел только одно:
function getAlterLanguageLinks
возвращает префикс языка, даже при условии, что:
$this->config->get('ocjazz_seopro_hide_default') == true
ВОЗМОЖНО:
прописать на доп. условие типа:
<?php
if($lang['status'] ) {
if(
$this->config->get('ocjazz_seopro_hide_default') == 1
&& $lang['code'] != $this->config->get('config_language')
) {
?>-- Baco, 2015-04-01 https://opencartforum.com/topic/44407-решено-люди-добрые-помогите-установить-seopro-на-opencart-2011/page-2#entry390954
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10303135-getalterlanguagelinks-hide_default?utm_campaign=plugin&utm_content=tracker%2F2506933&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2506933&utm_medium=issues&utm_source=github).Reactions are currently unavailable