mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fixes #1762 - Media-Manager Youtube thumbnail should use https. Removed debug info on db_verify. Hide carousel navigation when only 1 slide present.
This commit is contained in:
@@ -201,6 +201,13 @@ class db_verify
|
||||
|
||||
$this->currentTable = $selection;
|
||||
|
||||
if(!isset($this->tables[$selection])) // doesn't have an SQL file.
|
||||
{
|
||||
// e107::getMessage()->addDebug("No SQL File for ".$selection);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
if(empty($this->tables[$selection]['tables']))
|
||||
{
|
||||
//$this->internalError = true;
|
||||
|
Reference in New Issue
Block a user