MEME
This commit is contained in:
parent
cd240b7d9f
commit
afbeff1b08
@ -194,6 +194,7 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string
|
|||||||
$id = -1;
|
$id = -1;
|
||||||
$stmtfileexists->bind_result($id, $filePath);
|
$stmtfileexists->bind_result($id, $filePath);
|
||||||
$stmtfileexists->execute();
|
$stmtfileexists->execute();
|
||||||
|
$stmtfileexists->fetch();
|
||||||
if ($id != -1){
|
if ($id != -1){
|
||||||
return $filePath;
|
return $filePath;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user