Redirects Not Created (part 2)
						
						
						
						
						2 months ago we had a report that redirects weren't being created when renaming an article: 
http://www.crackedeggstudios.com/issues/854/
However, after applying this fix, redirects still aren't being auto-created. What's happening now is that the current article is reporting itself as a duplicate when attempting to create the redirect (the title in memory wasn't updated with the re-name), and it prevents the "duplicate" redirect from being created.
Fixed for the next build. In 
vault/special_class_wiki.php, find:
	Code:
				$id = $title['threadid'];
 Replace with:
	Code:
				$id = $title['id'];