Skip to content
Snippets Groups Projects

detector: Do not show error for file[]

Merged Hahn Axel (hahn) requested to merge 7000-corrections into master
3 files
+ 38
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -80,7 +80,7 @@ function dbdetect.validate(){
local _config="${1:-$DBD_INIFILE}"
# show errors in profile ini files
ini.validate "$_config" "$( dirname "$0")/includes/dbdetect_validate_profile.ini" 0 && dbdetect._wd "OK: Validation of '$_config' was successful"
ini.validate "$_config" "$( dirname "$0")/includes/dbdetect_validate_profile.ini" "$DBD_DEBUG" && dbdetect._wd "OK: Validation of '$_config' was successful"
}
# check if the requirements for a database match
Loading