Skip to content

Commit

Permalink
Fixing typoe again
Browse files Browse the repository at this point in the history
  • Loading branch information
dkullmann committed Nov 8, 2011
1 parent 4048ad1 commit 9a7b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/rets_import.php
Expand Up @@ -132,7 +132,7 @@ public function getImportDates($lastImport = null) {
if (!$lastImport[$this->alias]['finished']) {
return array($lastImport[$this->alias]['listing_modified_after'], $lastImport[$this->alias]['listing_modified_before']);
} else {
$lastImport = $import[$this->alias]['listing_modified_before'];
$lastImport = $lastImport[$this->alias]['listing_modified_before'];
}
}

Expand Down

0 comments on commit 9a7b13a

Please sign in to comment.