From 38ce5d87035db3ba485692ab729bc8bc025237e5 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 1 Apr 2013 10:36:50 -0700 Subject: [PATCH] Removed "flush on destruct" from StatCounter. Change-Id: Ib6ff0680d858e12969259997da163d0d696d65eb --- includes/StatCounter.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/StatCounter.php b/includes/StatCounter.php index 30e504219b..ca327931d9 100644 --- a/includes/StatCounter.php +++ b/includes/StatCounter.php @@ -134,8 +134,4 @@ class StatCounter { // Disabled } } - - function __destruct() { - $this->flush(); - } } -- 2.20.1