Extension talk:AbsenteeLandlord
From MediaWiki.org
What MediaWiki version does this extension need to work with ? René 83.116.41.236 15:20, 18 May 2008 (UTC)
[edit] Serious bug
Version 1.1 in svn has a serious bug: you can't set $wgAbsenteeLandlordMaxDays manually because the script overrides the value you set in LocalSettings.php. To allviate this problem, simply delete the line in AbsenteeLandlord/AbsenteeLandlord.php that sets this variable to 90 days, ie delete the line: "$wgAbsenteeLandlordMaxDays = 90; //how many days do the sysops have to be inactive for?". NSK Nikolaos S. Karastathis 00:49, 27 October 2008 (UTC)
- OR just set it after the require_once instead of before. This isn't a bug, btw, it's a deliberate design standard for every extension. --Skizzerz 00:57, 27 October 2008 (UTC)
[edit] MediaWiki 1.14
I checked 1.1 from svn and it works ok with MediaWiki 1.14alpha (r42593). NSK Nikolaos S. Karastathis 00:49, 27 October 2008 (UTC)