From 428f1d4e824fcaa72bb56818850fc12f62789979 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 23 Nov 2010 11:36:41 -0200 Subject: Fixing progress bar offset (2) --- lib/sfIsisImporterManager.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sfIsisImporterManager.class.php b/lib/sfIsisImporterManager.class.php index e227cd6..98a7c17 100644 --- a/lib/sfIsisImporterManager.class.php +++ b/lib/sfIsisImporterManager.class.php @@ -187,7 +187,7 @@ class sfIsisImporterManager extends IsisConnector for ($entry = $offset + 1; $entry <= $this->entries; $entry++) { $importer->addEntry($base_model, $entry); - $this->progress($entry - $offset, $this->entries - $offset); + $this->progress($entry - $offset, $this->entries); } } -- cgit v1.2.3