Merge branch 'ent-3561-error-herramienta-db-schema-check' into 'develop'
Ticket Resolved See merge request artica/pandorafms!2227
This commit is contained in:
commit
021ae9b1cd
|
@ -215,7 +215,7 @@ function extension_db_check_tables_differences(
|
||||||
$diff_tables = array_diff($tables_test, $tables_system);
|
$diff_tables = array_diff($tables_test, $tables_system);
|
||||||
|
|
||||||
ui_print_result_message(
|
ui_print_result_message(
|
||||||
!empty($diff_tables),
|
empty($diff_tables),
|
||||||
__('Success! %s DB contains all tables', get_product_name()),
|
__('Success! %s DB contains all tables', get_product_name()),
|
||||||
__(
|
__(
|
||||||
'%s DB could not retrieve all tables. The missing tables are (%s)',
|
'%s DB could not retrieve all tables. The missing tables are (%s)',
|
||||||
|
|
Loading…
Reference in New Issue