1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2023-03-11 17:19:09 -03:00
parent 6689324068
commit 1f2b7758de
6 changed files with 92 additions and 92 deletions

View file

@ -925,7 +925,7 @@ class API extends PluginAbstract {
$user = new User($parameters['users_id']);
if (empty($user->getUser())) {
return new ApiObject("User Not defined");
return new ApiObject("User Not found");
}
$p = AVideoPlugin::loadPlugin("Live");