mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
baa2a314d9
commit
d92991f3fd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class DiscordNotify extends PluginAbstract {
|
||||||
return $obj;
|
return $obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function afterNewVideo($videos_id) {
|
public function afterNewVideo($videos_id) {
|
||||||
_error_log("DiscordNotify:afterNewVideo start");
|
_error_log("DiscordNotify:afterNewVideo start");
|
||||||
global $global;
|
global $global;
|
||||||
$o = $this->getDataObject();
|
$o = $this->getDataObject();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue