From 773b051fec116626b702de8c0fa723e46ae7ee3c Mon Sep 17 00:00:00 2001 From: Steven Gallo Date: Tue, 26 Feb 2019 11:44:46 -0500 Subject: [PATCH] Add proper namespace --- classes/ETL/Maintenance/VerifyDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ETL/Maintenance/VerifyDatabase.php b/classes/ETL/Maintenance/VerifyDatabase.php index 1c70cdbe74..a18722ec44 100644 --- a/classes/ETL/Maintenance/VerifyDatabase.php +++ b/classes/ETL/Maintenance/VerifyDatabase.php @@ -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