mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
bca1025a86
commit
8ab17a971d
1 changed files with 3 additions and 3 deletions
|
@ -219,12 +219,12 @@ class Subscribe extends ObjectYPT{
|
||||||
}
|
}
|
||||||
//$value['notify'] =
|
//$value['notify'] =
|
||||||
$emails[] = $row['email'];
|
$emails[] = $row['email'];
|
||||||
$row['identification'] = User::getNameIdentificationById($row['subscriber_id']);
|
$row['identification'] = User::getNameIdentificationById($row['users_id']);
|
||||||
if ($row['identification'] === __("Unknown User")) {
|
if ($row['identification'] === __("Unknown User")) {
|
||||||
$row['identification'] = $row['email'];
|
$row['identification'] = $row['email'];
|
||||||
}
|
}
|
||||||
$row['backgroundURL'] = User::getBackground($row['subscriber_id']);
|
$row['backgroundURL'] = User::getBackground($row['users_id']);
|
||||||
$row['photoURL'] = User::getPhoto($row['subscriber_id']);
|
$row['photoURL'] = User::getPhoto($row['users_id']);
|
||||||
|
|
||||||
$subscribe[] = $row;
|
$subscribe[] = $row;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue