Merge pull request #4244 from pichalite/user-delete

fix logout on user self delete
v1.18.x
Barış Soner Uşaklı 9 years ago
commit 560a9f3867

@ -172,7 +172,7 @@ define('forum/account/edit', ['forum/account/header', 'uploader', 'translator'],
if (err) {
app.alertError(err.message);
}
app.logout();
window.location.href = config.relative_path + '/';
});
}
});

Loading…
Cancel
Save