Fix
This commit is contained in:
parent
baddeb86ed
commit
fdce25fe98
@ -198,8 +198,7 @@ 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 "id: $id a path: $filePath";
|
||||||
echo $query;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user