From: Aaron Schulz Date: Mon, 1 Apr 2013 17:36:50 +0000 (-0700) Subject: Removed "flush on destruct" from StatCounter. X-Git-Tag: 1.31.0-rc.0~20150^2 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=38ce5d87035db3ba485692ab729bc8bc025237e5;p=lhc%2Fweb%2Fwiklou.git Removed "flush on destruct" from StatCounter. Change-Id: Ib6ff0680d858e12969259997da163d0d696d65eb --- 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(); - } }