mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
Update function calls to use Model\User and Object\Contact
This commit is contained in:
parent
b0dcfc2724
commit
27212c7f39
4 changed files with 8 additions and 11 deletions
|
@ -6,8 +6,6 @@ use Friendica\Core\System;
|
|||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBM;
|
||||
|
||||
require_once('include/user.php');
|
||||
|
||||
require_once 'include/enotify.php';
|
||||
|
||||
function user_allow($hash)
|
||||
|
@ -52,7 +50,7 @@ function user_allow($hash)
|
|||
|
||||
push_lang($register[0]['language']);
|
||||
|
||||
send_register_open_eml(
|
||||
User::sendRegisterOpenEmail(
|
||||
$user[0]['email'],
|
||||
$a->config['sitename'],
|
||||
System::baseUrl(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue