Skip to content

Commit

Permalink
Merge pull request #819 from smgallo/add-namespace
Browse files Browse the repository at this point in the history
Add proper namespace
  • Loading branch information
smgallo authored Feb 26, 2019
2 parents 668c1ad + 773b051 commit a34ac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ETL/Maintenance/VerifyDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function initialize(EtlOverseerOptions $etlOverseerOptions = null)
'LAST_MODIFIED_END_DATE'
);

$localVariableMap = Utilities::quoteVariables($varsToQuote, $this->variableStore, $this->sourceEndpoint);
$localVariableMap = \ETL\Utilities::quoteVariables($varsToQuote, $this->variableStore, $this->sourceEndpoint);
$this->variableStore->add($localVariableMap, true);

// Our source query can be either a query specified directly in the definition file, or a
Expand Down

0 comments on commit a34ac87

Please sign in to comment.