Skip to content

Commit

Permalink
more fixes for API Import
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmj committed Oct 30, 2014
1 parent b8fdffe commit 1538adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/ExhibitBuilder/ApiImport/ExhibitPageAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function import()
}
try {
$this->record->save(true);
$this->addApiRecordIdMap();
$this->addOmekaApiImportRecordIdMap();
} catch(Exception $e) {
_log($e);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function import()
$this->record->options = json_encode($this->responseData['options']);
try {
$this->record->save(true);
$this->addApiRecordIdMap();
$this->addOmekaApiImportRecordIdMap();
} catch(Exception $e) {
_log($e);
}
Expand Down

0 comments on commit 1538adf

Please sign in to comment.