Revize e8f89344
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/controllers/contacts.php | ||
---|---|---|
$contact_model->save_throwable();
|
||
// ok
|
||
$contact_model->transaction_commit();
|
||
status::success('Contact have been successfully verified');
|
||
status::success(
|
||
'Your contact %s have been successfully verified, thank you for your participation in the verification process.',
|
||
TRUE,
|
||
array($contact_model->value)
|
||
);
|
||
|
||
$this->redirect('contacts/show_by_user/'.$user_id);
|
||
}
|
Také k dispozici: Unified diff
refs #908: Updated contact verification string