瀏覽代碼

Update 'lib/builder.rb'

Reverting a change for custom titles.
thisnthat 6 年之前
父節點
當前提交
d0cfbdbfe6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/builder.rb

+ 2 - 1
lib/builder.rb

@@ -249,7 +249,8 @@ class CustomWizard::Builder
 
   def create_topic(user, action, data)
     if action['custom_title']
-      title = CustomWizard::Builder.fill_placeholders(action['custom_title'], user, data)
+      title = action['custom_title']
+      ##title = CustomWizard::Builder.fill_placeholders(action['custom_title'], user, data)
     else
       title = data[action['title']]
     end