1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Media-Manager Fix for YouTube preview after selection.

This commit is contained in:
Cameron
2018-10-23 12:54:19 -07:00
parent 1017f32d68
commit 9af88374c2
2 changed files with 3 additions and 1 deletions

View File

@@ -347,7 +347,7 @@ class admin_log_ui extends e_admin_ui
}
e107::getMessage()->addDebug("Back delete, oldest date = {$old_string} Query = {$qry}");
e107::getMessage()->addDebug("Back delete, <br />oldest date = {$old_string} <br />Query = {$qry}");
if($del_count = $sql->delete($db_table, $qry))
{