Better settings validation

This commit is contained in:
Patrick Valsecchi
2017-12-19 12:19:12 +01:00
parent 9c4cebd6eb
commit c8f1051193
2 changed files with 23 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ class Helper {
if(!in_array($col, $columns, true))
{
$res = false;
$err .= $col.' ';
$err .= $table.'.'.$col.' ';
}
}
if($res)