Fix typo. Refs #1297
Incorrect function definition for strtolower
Merge request reports
Activity
Filter activity
@lord_alan you will get this warning:
strtolower() expects parameter 1 to be string, array given in <b>/Applications/server/htdocs/vt/include/Webservices/VTQL_Parser.php</b>
What about:
array_map('strtolower', $this->out["column_list"])
@manuelgit Good catch! That's what the original dev was trying to do I think. My bad. Do you want to update the MR or create a new one?
Added 1 commit:
- de78c136 - Fix typo in patch. array_map expects string for function name. Refs #1297 (closed)
mentioned in commit 3eff2d3c
Please register or sign in to reply