From 504341d67c0887d4d496465ab0ed052be46c6390 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 20 Sep 2010 11:32:07 -0300 Subject: Freeing stats after save --- lib/sfIsisImporterStats.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sfIsisImporterStats.class.php b/lib/sfIsisImporterStats.class.php index 21f2757..bea264d 100644 --- a/lib/sfIsisImporterStats.class.php +++ b/lib/sfIsisImporterStats.class.php @@ -42,6 +42,7 @@ class sfIsisImporterStats $stats->count = 1; $stats->type = 'param'; $stats->save(); + $stats->free(true); } } @@ -58,6 +59,7 @@ class sfIsisImporterStats $stats->payload = $name; $stats->type = $function; $stats->save(); + $stats->free(true); } /** -- cgit v1.2.3