mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	resolved #1060
This commit is contained in:
		| @@ -291,7 +291,7 @@ var db = require('./database'), | ||||
| 							postData.categoryName = categoryData.name; | ||||
| 							postData.categoryIcon = categoryData.icon; | ||||
| 							postData.categorySlug = categoryData.slug; | ||||
| 							postData.title = validator.sanitize(topicData.title).escape(); | ||||
| 							postData.title = validator.escape(topicData.title); | ||||
| 							postData.topicSlug = topicData.slug; | ||||
| 							next(null, postData); | ||||
| 						}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user