up persona fix test

v1.18.x
barisusakli 8 years ago
parent fb47bf3889
commit 58fff8b0af

@ -63,7 +63,7 @@
"nodebb-plugin-spam-be-gone": "0.4.10",
"nodebb-rewards-essentials": "0.0.9",
"nodebb-theme-lavender": "3.0.15",
"nodebb-theme-persona": "4.1.80",
"nodebb-theme-persona": "4.1.81",
"nodebb-theme-vanilla": "5.1.53",
"nodebb-widget-essentials": "2.0.13",
"nodemailer": "2.6.4",

@ -131,7 +131,7 @@ helpers.buildTitle = function (pageTitle) {
return title;
};
helpers.getWatchedCategories = function(uid, selectedCid, callback) {
helpers.getWatchedCategories = function (uid, selectedCid, callback) {
async.waterfall([
function (next) {
user.getWatchedCategories(uid, next);

Loading…
Cancel
Save