Index: trunk/phase3/includes/Block.php |
— | — | @@ -547,7 +547,7 @@ |
548 | 548 | |
549 | 549 | // Try to get the autoblock_whitelist from the cache, as it's faster |
550 | 550 | // than getting the msg raw and explode()'ing it. |
551 | | - $key = wfMemc( 'ipb', 'autoblock', 'whitelist' ); |
| 551 | + $key = wfMemcKey( 'ipb', 'autoblock', 'whitelist' ); |
552 | 552 | $lines = $wgMemc->get( $key ); |
553 | 553 | if ( !$lines ) { |
554 | 554 | $lines = explode( "\n", wfMsgForContentNoTrans( 'autoblock_whitelist' ) ); |