Last modified: 2010-05-15 15:33:48 UTC
I didn't verify normally yet, but RefreshLinks seams to be broken. At least with persistent links cache turned off it does not do any inserts into links table (LinksCache->getGoodLinks()) returns empty arrays. I'll try to solve this myself, but anyway, tracker is tracker, if anyone knows the code better, please help ;-)
function replaceLinkHolders( &$text, $options = 0 ) { ... preg_match_all( "/<!--LINK (.*?) (.*?) (.*?) (.*?)-->/", $text, $tmpLinks ); does not match anything. strange... looking further...
strange, after cvs update it started working again, or I did some configuration change...