Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 528c2533

Přidáno uživatelem David Raška před asi 9 roky(ů)

refs #1019: Fixed "undefined index" when adding new rule for automatic downloading of statements

Zobrazit rozdíly:

application/controllers/bank_accounts_auto_down_settings.php
$baad->type = $form_data['type'];
$baad->attribute = implode('/', $attrs_finished);
$baad->email_enabled =
$baad->email_enabled =
module::e('notification') &&
Settings::get('email_enabled') &&
$form_data['email_enabled'];
$baad->sms_enabled =
$baad->sms_enabled =
module::e('notification') &&
Settings::get('sms_enabled') &&
$form_data['sms_enabled'];

Také k dispozici: Unified diff