mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
4c0a022cda
commit
29c24574da
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class sqlDAL {
|
|||
} catch (Exception $exc) {
|
||||
log_error($exc->getTraceAsString());
|
||||
log_error('Error in writeSql stmt->execute: ' . $preparedStatement);
|
||||
if (preg_match('/addSecondsWatching/', $preparedStatement)) {
|
||||
if (preg_match('/total_seconds_watching/', $preparedStatement)) {
|
||||
log_error('Error in writeSql values: ' . json_encode($values));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue