1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel 2022-01-03 12:37:44 -03:00
parent baa2a314d9
commit d92991f3fd

View file

@ -42,7 +42,7 @@ class DiscordNotify extends PluginAbstract {
return $obj;
}
public static function afterNewVideo($videos_id) {
public function afterNewVideo($videos_id) {
_error_log("DiscordNotify:afterNewVideo start");
global $global;
$o = $this->getDataObject();