forked from jason/cpolis
		
	Fixed small bug
This commit is contained in:
		@@ -338,7 +338,7 @@ func PublishArticle(c *control.CliArgs, db *model.DB, s *control.CookieStore) ht
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		feed, err := control.GenerateRSS(db, c.ChanTitle, c.ChanLink, c.ChanDescription)
 | 
			
		||||
		feed, err := control.GenerateRSS(db, c.Title, c.Link, c.Description)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			log.Println(err)
 | 
			
		||||
			http.Error(w, err.Error(), http.StatusInternalServerError)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user