Added closes to patch, removed timestampable listener from 320f

This commit is contained in:
Andrey
2013-09-04 13:35:02 +02:00
parent 5575a8ec73
commit 6e970837a1
2 changed files with 9 additions and 0 deletions

View File

@@ -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();