This commit is contained in:
2026-05-12 20:55:21 +09:00
parent 8fa7acd918
commit cf94020210
+1 -1
View File
@@ -210,7 +210,7 @@ class ProjectManager {
';
$statement = $this->pdo->prepare($query);
$statement->bindParam(':id', $project_id, \PDO::PARAM_STR);
$statement->bindValue(':id', $project_id, \PDO::PARAM_STR);
$statement->execute();
$result = array_map(