yusuketk 7 years ago
parent
commit
407b814fa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/routes/page.js

+ 1 - 1
src/server/routes/page.js

@@ -107,7 +107,7 @@ module.exports = function(crowi, app) {
   }
 
   function updateTags(page, user, pageTags, updateOrCreate, previousRevision) {
-    Tag.createTag(pageTags);
+    Tag.settingTags(page, pageTags);
   }
 
   function addRendarVarsForPage(renderVars, page) {