Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Updating the module to support 3.2.X.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Mar 15, 2016
1 parent ec61277 commit 87c8bdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/tasks/MisdirectionHistoricalLinkMappingTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ protected function addRecord($record) {

// This is only used retain the latest version of the record.

DB::prepared_query('REPLACE INTO ?(?) VALUES(?, ?, ?, ?, ?);', array(
$this->replayTable,
$this->replaceColumnString,
DB::prepared_query("REPLACE INTO {$this->replayTable}({$this->replaceColumnString}) VALUES(?, ?, ?, ?, ?);", array(
$record['RecordID'],
$record['ID'],
$record['ParentID'],
Expand Down

0 comments on commit 87c8bdc

Please sign in to comment.