Skip to content

Commit

Permalink
fix: #7502
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 27, 2019
1 parent 745b271 commit 3304ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/categories/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ module.exports = function (Categories) {
destination.link = results.source.link;
destination.numRecentReplies = results.source.numRecentReplies;
destination.class = results.source.class;
destination.image = results.source.image;
destination.imageClass = results.source.imageClass;

if (copyParent) {
Expand Down

0 comments on commit 3304ffe

Please sign in to comment.