Add wfProfileOut() missing in 74f581e34
authorPlatonides <platonides@gmail.com>
Sun, 13 Jan 2013 17:01:40 +0000 (18:01 +0100)
committerPlatonides <platonides@gmail.com>
Sun, 13 Jan 2013 17:01:40 +0000 (18:01 +0100)
Change-Id: Icc567e3f27dc8f9d0e405fcb9fa1103d9012acb3

includes/objectcache/DBABagOStuff.php

index ee2500d..ee29c11 100644 (file)
@@ -196,6 +196,7 @@ class DBABagOStuff extends BagOStuff {
                list( $val, $exptime ) = $this->decode( $val );
                if ( $casToken !== $val ) {
                        dba_close( $handle );
+                       wfProfileOut( __METHOD__ );
                        return false;
                }