X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FLocalisationCache.php;h=1bfd17bde53c287f2a4cbe74e2fa5c241530d72c;hb=fdb5a80e05829bf0c6bac68d7f48e333d1565880;hp=bdc2d78e55be8005cfbfe6a7026aa80cfaa02385;hpb=7ab280ca486e3fef0fd1cbdbc18017d9455f04a1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LocalisationCache.php b/includes/cache/LocalisationCache.php index bdc2d78e55..1bfd17bde5 100644 --- a/includes/cache/LocalisationCache.php +++ b/includes/cache/LocalisationCache.php @@ -928,6 +928,7 @@ class LocalisationCache { unset( $this->loadedItems[$code] ); unset( $this->loadedSubitems[$code] ); unset( $this->initialisedLangs[$code] ); + unset( $this->shallowFallbacks[$code] ); foreach ( $this->shallowFallbacks as $shallowCode => $fbCode ) { if ( $fbCode === $code ) {