1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Updates to fix sql errors

This commit is contained in:
Daniel Neto 2023-10-04 11:12:56 -03:00
parent aa251eac71
commit e16565ebcd
7 changed files with 61 additions and 25 deletions

View file

@ -1334,6 +1334,7 @@ class AVideoPlugin
$currentVersion = $p->getPluginVersion();
$uuid = $p->getUUID();
_error_log("AVideoPlugin::updatePlugin name=($name) uuid=($uuid) ");
//var_dump($name, method_exists($p, 'updateScript'));exit;
if (method_exists($p, 'updateScript')) {
_error_log("AVideoPlugin::updatePlugin method_exists ", AVideoLog::$WARNING);
if ($p->updateScript()) {