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:
parent
aa251eac71
commit
e16565ebcd
7 changed files with 61 additions and 25 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue