Removed "flush on destruct" from StatCounter.
[lhc/web/wiklou.git] / includes / StatCounter.php
index 30e5042..ca32793 100644 (file)
@@ -134,8 +134,4 @@ class StatCounter {
                        // Disabled
                }
        }
-
-       function __destruct() {
-               $this->flush();
-       }
 }