relative path upload fixes #2403

This commit is contained in:
barisusakli
2014-11-13 13:00:36 -05:00
parent 7f5617bc74
commit b3544f644a
3 changed files with 4 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ var async = require('async'),
}
if (category.image) {
category.backgroundImage = category.image ? nconf.get('relative_path') + category.image : '';
category.backgroundImage = category.image;
}
callback(null, category);