update
This commit is contained in:
@@ -299,6 +299,7 @@ function init()
|
||||
|
||||
$stmt = get_db()->prepare("SELECT * FROM files WHERE uuid=:uuid LIMIT 1");
|
||||
$stmt->bindParam(':uuid', $id);
|
||||
$stmt->execute();
|
||||
|
||||
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user