Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rb2 opened this issue Apr 1, 2015 · 0 comments
Labels
Milestone

Comments

@rb2
Copy link
Owner

rb2 commented Apr 1, 2015

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

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).
@rb2 rb2 added the bug label Apr 1, 2015
@rb2 rb2 added this to the oc2011 milestone Apr 1, 2015
@rb2 rb2 added the 02 label Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant