Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/kriszyp/pintura
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlandolt committed Aug 25, 2010
2 parents 54e711d + 31016af commit ac81b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pintura.js
Expand Up @@ -49,7 +49,7 @@ function JsgiApp(nextApp, config){
// Handle errors that are thrown, converting to appropriate status codes
require("./jsgi/error").ErrorHandler(
// Handle transactions
require("perstore/jsgi/transactional").Transactional(config.database,
require("perstore/jsgi/transactional").Transactional(
// Handle sessions
require("./jsgi/session").Session({},
// Do authentication
Expand Down

0 comments on commit ac81b59

Please sign in to comment.