https://bugzilla.wikimedia.org/show_bug.cgi?id=63495

--- Comment #4 from Peter Bena <[email protected]> ---
    if (this->ui->comboBox->currentText() != "indefinite")
    {
        blocknotice =
Configuration::HuggleConfiguration->ProjectConfig_BlockMessage;
        blocknotice = blocknotice.replace("$1",
this->ui->comboBox_2->currentText());
        blocknotice = blocknotice.replace("$2",
this->ui->comboBox->currentText());
    }else
    {
        blocknotice =
Configuration::HuggleConfiguration->ProjectConfig_BlockMessageIndef;
        blocknotice = blocknotice.replace("$1",
this->ui->comboBox->currentText());
    }

it clearly uses indef template, do you have a test case showing that latest
huggle does that?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to