2
0
yusuketk 7 жил өмнө
parent
commit
407b814fa1

+ 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) {