aboutsummaryrefslogtreecommitdiff
path: root/lib/sfIsisImporterManager.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sfIsisImporterManager.class.php')
-rw-r--r--lib/sfIsisImporterManager.class.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/sfIsisImporterManager.class.php b/lib/sfIsisImporterManager.class.php
index d261f67..aca0aae 100644
--- a/lib/sfIsisImporterManager.class.php
+++ b/lib/sfIsisImporterManager.class.php
@@ -119,11 +119,9 @@ class sfIsisImporterManager extends IsisConnector
*/
public function massImport($caller, $section, $entries = NULL)
{
- // We hold arguments for logging purposes.
- $this->caller = $caller;
- $this->section = $section;
- $this->logger->caller = $caller;
- $this->logger->section = $section;
+ // Additional logging settings.
+ $this->logger->setCaller($caller);
+ $this->logger->setSection($section);
foreach ($this->databases() as $database)
{