This commit is contained in:
Bruno Rybársky 2024-04-26 10:42:04 +02:00
parent 1c0a7355cc
commit baddeb86ed

@ -198,6 +198,8 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string
if ($stmtfileexists->num_rows > 0) { if ($stmtfileexists->num_rows > 0) {
return $filePath; return $filePath;
} else { } else {
echo $stmtfileexists->error;
echo $query;
return false; return false;
} }
} }