mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
avoid errors
This commit is contained in:
parent
cbf5cdfb77
commit
eece7e14b4
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class ADs extends PluginAbstract
|
|||
$active = '';
|
||||
}
|
||||
|
||||
if (count($validPaths) > 1) {
|
||||
if ($validPaths > 1) {
|
||||
$html .= "
|
||||
<a class=\"left carousel-control\" href=\"#{$id}\" data-slide=\"prev\">
|
||||
<span class=\"glyphicon glyphicon-chevron-left\"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue