X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FBagOStuff.php;h=77c4259a0d23a23bcb0f2890f0b4b0faf3854832;hp=d0b68bcbd7b26a84ce9115e5479bf4444861f804;hb=22806b0a4509e97b56fb52b387e17e3c80fb7eb2;hpb=53779578b44575ef91feb3fad488f09b52f737d7 diff --git a/includes/libs/objectcache/BagOStuff.php b/includes/libs/objectcache/BagOStuff.php index d0b68bcbd7..77c4259a0d 100644 --- a/includes/libs/objectcache/BagOStuff.php +++ b/includes/libs/objectcache/BagOStuff.php @@ -679,7 +679,7 @@ abstract class BagOStuff implements IExpiringStore, LoggerAwareInterface { protected function debug( $text ) { if ( $this->debugMode ) { $this->logger->debug( "{class} debug: $text", [ - 'class' => get_class( $this ), + 'class' => static::class, ] ); } }