https://bugzilla.wikimedia.org/show_bug.cgi?id=27765
--- Comment #10 from Pieter J. Kersten <[email protected]> 2011-04-09 19:59:39 UTC --- A better fix: SMW_Store.php +233 $dbw->update( 'page', array( 'page_touched' => $dbw->timestamp(time() +9001) ), $title->pageCond(), __METHOD__ ); Seems to work as well and should fix the cache problem. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
