This commit is contained in:
2023-04-12 14:26:16 +08:00
parent be1aa0ddfe
commit 64cf161508
+1
View File
@@ -299,6 +299,7 @@ function init()
$stmt = get_db()->prepare("SELECT * FROM files WHERE uuid=:uuid LIMIT 1"); $stmt = get_db()->prepare("SELECT * FROM files WHERE uuid=:uuid LIMIT 1");
$stmt->bindParam(':uuid', $id); $stmt->bindParam(':uuid', $id);
$stmt->execute();
$row = $stmt->fetch(PDO::FETCH_ASSOC); $row = $stmt->fetch(PDO::FETCH_ASSOC);