pass err object along so errors dont get treated as 404 @julianlam

v1.18.x
barisusakli 9 years ago
parent 34276dd638
commit 0fb74a2636

@ -410,7 +410,7 @@ Controllers.handleURIErrors = function(err, req, res, next) {
return;
} else {
next();
next(err);
}
};

Loading…
Cancel
Save