X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finterwiki%2FClassicInterwikiLookup.php;h=f7205f4fca52c89af5fe0eb74c22a5ab8b796b03;hb=16266edff3337c893a1b5bc42e0bd006a828cde3;hp=6ac165ab8247cd581e6c125e653b0a679bb9973e;hpb=425090d4eb0b9de89ad6818f40ab8295368f645e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/interwiki/ClassicInterwikiLookup.php b/includes/interwiki/ClassicInterwikiLookup.php index 6ac165ab82..f7205f4fca 100644 --- a/includes/interwiki/ClassicInterwikiLookup.php +++ b/includes/interwiki/ClassicInterwikiLookup.php @@ -37,7 +37,7 @@ use WANObjectCache; * and tree storage backends (SQL, CDB, and plain PHP arrays). * * All information is loaded on creation when called by $this->fetch( $prefix ). - * All work is done on slave, because this should *never* change (except during + * All work is done on replica DB, because this should *never* change (except during * schema updates etc, which aren't wiki-related) * * @since 1.28