Skip to content

Commit 1982dff

Browse files
Fix typo
1 parent c3eb143 commit 1982dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/server_processes_manager/php/parseinstrumentdataserverprocess.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ParseInstrumentDataServerProcess extends AbstractServerProcess
135135
return $this->getDatabaseProvider()->getDatabase()->pselectOne(
136136
"SELECT Value FROM Config
137137
LEFT JOIN ConfigSettings ON ConfigSettings.ID = ConfigID
138-
WHERE NAme = :configName",
138+
WHERE Name = :configName",
139139
['configName' => 'tempPath']
140140
) ?? sys_get_temp_dir();
141141
}

0 commit comments

Comments
 (0)