This commit is contained in:
Bruno Rybársky 2024-04-25 23:27:53 +02:00
parent 37982115ed
commit e0ae787569

@ -198,6 +198,7 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string
} }
else { else {
return false; return false;
echo "why";
} }
} }