Skip to content

getAlterLanguageLinks возвращает префикс языка даже при установленном флаге hide_default #9

@rb2

Description

@rb2

Из багов, нашел только одно:

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions