1
0
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:
Cameron
2016-07-06 09:58:17 -07:00
parent 708db3597a
commit 2a14308600
3 changed files with 38 additions and 21 deletions

View File

@@ -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;