0.8.0.0
This commit is contained in:
2
Yuba.php
2
Yuba.php
@@ -889,7 +889,7 @@ foreach ($files as $splFileInfo) {
|
||||
|
||||
} elseif ($type == "dir") {
|
||||
|
||||
if (is_array($dpreview) && @$dpreview[$pathname]) {
|
||||
if (is_array(@$dpreview) && @$dpreview[$pathname]) {
|
||||
$fetch_thumb = $dbp->query("SELECT * FROM thumbs WHERE fid='".$dpreview[$pathname]."'")->fetch();
|
||||
if (@$fetch_thumb['relative_path']) {
|
||||
$stmt->BindValue(":thumb_filename",$fetch_thumb['relative_path']);
|
||||
|
||||
Reference in New Issue
Block a user