Last modified: 2013-08-22 14:55:30 UTC
Title::getPageViewLanguage() now calls Content::getPageViewLanguage(), which in turn calls Content::getPageLanguage(). Title::getPageLanguage() is not called, and thus the PageContentLanguage hooks is bypassed. The proposed solution is to move the PageContentLanguage from Title::getPageLanguage() to Content::getPageLanguage().
Fix at I51dabe9a
Merged the change.
Closed older resolved bugs as verified.