Fix
This commit is contained in:
parent
a403a65a69
commit
64ccb94755
@ -192,8 +192,8 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string
|
||||
}
|
||||
$filePath = "";
|
||||
$id = null;
|
||||
$stmtfileexists->bind_result($id, $filePath);
|
||||
$stmtfileexists->execute();
|
||||
$stmtfileexists->bind_result($id, $filePath);
|
||||
$stmtfileexists->fetch();
|
||||
if ($stmtfileexists->num_rows > 0) {
|
||||
return $filePath;
|
||||
|
Loading…
Reference in New Issue
Block a user