fixup! b18d378577
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user