PupDate is not set in german Wikis
Dear All,
I found a bug, which prevented that in german wikis the PupDate for an RSS feed item is considered:
Line 496 $signatureRegExp = '#<a href=".+?User:.+?" title="User:.+?">(.*?)</a> (\d\d):(\d\d), (\d+) ([a-z]+) (\d{4}) \([A-Z]+\)#im';
The problem is that "User" is hardcoded. In a german wiki is has to be "Benutzer":
Line 496 $signatureRegExp = '#<a href=".+?Benutzer:.+?" title="Benutzer:.+?">(.*?)</a> (\d\d):(\d\d), (\d+) ([a-z]+) (\d{4}) \([A-Z]+\)#im';
Best regards
- ok, accepted ! Will do my very best to "heal" this soon. --Wikinaut 12:01, 8 February 2012 (UTC)
- Thank You. By the way, this is one of my favorite extensions out there. Nice work. --217.224.47.1 11:54, 9 February 2012 (UTC)