Revize 2e9c98d3
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/controllers/members.php | ||
---|---|---|
{
|
||
try
|
||
{
|
||
$cc = new Contacts_Controller();
|
||
$cc->send_verify_message($contact_model->id);
|
||
Contacts_Controller::send_verify_message($contact_model->id);
|
||
status::success('Verification message have been successfully sent.');
|
||
}
|
||
catch (Exception $ex)
|
Také k dispozici: Unified diff
refs #908: Fixed brutal error (creating controller in controller)