Commit cc9a024
lcallarec
Fixed issue inside generated form template
Inside the saveXXXList() method : $con attribute is passed as a
parameter to XXXPeer::doDelete() method, whereas it's not the case for
$obj->save() method. In multiple database connection environment, this
issue can lock tables.1 parent 9177ece commit cc9a024
File tree
1 file changed
+1
-1
lines changed- data/generator/sfPropelForm/default/template
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments