mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update IMAGE
This commit is contained in:
parent
4c26b3feec
commit
3ca9efdf24
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class API extends PluginAbstract {
|
|||
public function get_api_id($parameters) {
|
||||
global $global;
|
||||
$obj = $this->startResponseObject($parameters);
|
||||
$obj->id = base_convert(md5($global['salt'] . 'AVideo'), 16, 38);
|
||||
$obj->id = base_convert(md5($global['salt'] . 'AVideo'), 16, 36);
|
||||
return new ApiObject("", false, $obj);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue