X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStubObject.php;h=0b4d048e74cdaa877fbd6f64b090f2956e992e96;hb=134f8c451323663c466d985823effeec585d4e8f;hp=211afda671c14f3ad99f3bda4dad17f95d00312a;hpb=8170af493526e5267e5e2eb4f6cdaaa2d16a3bf9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StubObject.php b/includes/StubObject.php index 211afda671..0b4d048e74 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -149,7 +149,6 @@ class StubObject { } if ( get_class( $GLOBALS[$this->global] ) != $this->class ) { - $fname = __METHOD__ . '-' . $this->global; $caller = wfGetCaller( $level ); if ( ++$recursionLevel > 2 ) { throw new MWException( "Unstub loop detected on call of "