fix route to admin/manage/registration page

v1.18.x
psychobunny 10 years ago
parent 141174ac94
commit 11e082989d

@ -48,7 +48,7 @@ module.exports = function(User) {
notifications.create({ notifications.create({
bodyShort: '[[notifications:new_register, ' + username + ']]', bodyShort: '[[notifications:new_register, ' + username + ']]',
nid: 'new_register:' + username, nid: 'new_register:' + username,
path: '/admin/manage/users/registration' path: '/admin/manage/registration'
}, function(err, notification) { }, function(err, notification) {
if (err) { if (err) {
return callback(err); return callback(err);

Loading…
Cancel
Save