Skip to content

Commit

Permalink
closes #3254
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Jun 22, 2015
1 parent 38b838d commit fbeb6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/index.js
Expand Up @@ -133,7 +133,7 @@ Controllers.compose = function(req, res, next) {
return helpers.redirect(res, req.query.p);
}

res.render('composer', {});
res.render('', {});
};

Controllers.confirmEmail = function(req, res, next) {
Expand Down

1 comment on commit fbeb6bc

@barisusakli
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:rage3:

Please sign in to comment.