1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel 2021-11-08 15:05:58 -03:00
parent 57eccdd291
commit 56019bbe19
5 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@ class DiscordNotify extends PluginAbstract {
$o = $this->getDataObject();
$users_id = Video::getOwner($videos_id);
$user = new User($users_id);
$username = $user->getNameIdentification();
$username = $user->getNameIdentificationBd();
$channelName = $user->getChannelName();
$video = new Video("", "", $videos_id);
$videoName = $video->getTitle();