mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
6689324068
commit
1f2b7758de
6 changed files with 92 additions and 92 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue