Update schema.php

This commit is contained in:
FusionPBX 2019-07-27 16:34:20 -06:00 committed by GitHub
parent e4fbef6b3e
commit 8ea053e3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ if (!class_exists('schema')) {
else {
$field_name = $field['name'];
}
if (strlen(field_name) > 0) {
if (strlen($field_name) > 0) {
if ($this->db_column_exists ($db_type, $db_name, $table_name, $field_name)) {
//found
$apps[$x]['db'][$y]['fields'][$z]['exists'] = 'true';