This commit is contained in:
Bruno Rybársky 2024-04-25 23:32:26 +02:00
parent b9003bcbd0
commit f5c70d0be2

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