aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sfIsisImporterStats.class.php2
1 files changed, 2 insertions, 0 deletions
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);
}
/**