https://bugzilla.wikimedia.org/show_bug.cgi?id=19055
--- Comment #4 from ^demon <[email protected]> 2009-06-02 20:17:26 UTC --- You shouldn't be adding to the key manually by appending :keypart, etc. Pass all the parts of the key to wfMemcKey() in an array. Instead of: wfMemcKey('rcfeed').":{$feed}:timestamp" Try: wfMemcKey( array( 'rcfeed', $feed, 'timestamp' ) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
