Extension talk:CurrentUsers
From Organic Design wiki
If this extension version 1.0.3 does not work in prior versions of mediawiki (<=1.11.2), we may need to add a conditional to the end of the wfCurrentUsersMagic function;
if($wgVersion === "1.12.0") {
return $parser->preprocess($users,$wgTitle,$parser->mOptions);
} else {
return $users;
}
--Sven 12:11, 27 March 2008 (NZST)