mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Added closes to patch, removed timestampable listener from 320f
This commit is contained in:
@@ -152,6 +152,11 @@ class patch_3907 implements patchInterface
|
||||
}
|
||||
}
|
||||
|
||||
$fiStmt->closeCursor();
|
||||
$feStmt->closeCursor();
|
||||
$fpStmt->closeCursor();
|
||||
$ftStmt->closeCursor();
|
||||
|
||||
$faStmt->execute();
|
||||
$faRes = $faStmt->fetchAll(\PDO::FETCH_ASSOC);
|
||||
|
||||
@@ -163,6 +168,7 @@ class patch_3907 implements patchInterface
|
||||
|
||||
$em->persist($token);
|
||||
}
|
||||
$faStmt->closeCursor();
|
||||
|
||||
$em->flush();
|
||||
$em->clear();
|
||||
|
Reference in New Issue
Block a user