##// END OF EJS Templates
pyro: remove db Session when callback finishes to avoid leaving...
dan -
r670:8607f5e9 stable
parent child Browse files
Show More
@@ -265,6 +265,7 b' class Hooks(object):'
265 }
265 }
266 finally:
266 finally:
267 pylons.url._pop_object()
267 pylons.url._pop_object()
268 meta.Session.remove()
268
269
269 return {
270 return {
270 'status': result.status,
271 'status': result.status,
General Comments 0
You need to be logged in to leave comments. Login now