[fix] folder are present in video view

This commit is contained in:
Knah Tsaeb 2013-08-01 09:38:13 +02:00
parent 45ae6fd204
commit 5d35d493e8
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ if (!empty($breadcrumb)) {
}
echo '</div>';
echo '<div id="listFile">';
if (!empty($listCurrentDir)) {
if (!empty($listCurrentDir) && $ci['ac'] !== 'view') {
foreach ($listCurrentDir as $value) {
$thumbnail = getThumbnail($path, $value);
if (empty($thumbnail)) {