Merge branch 'ent-3561-error-herramienta-db-schema-check' into 'develop'

Ticket Resolved

See merge request artica/pandorafms!2227
This commit is contained in:
Alejandro Fraguas 2019-06-07 09:48:51 +02:00
commit 021ae9b1cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)',