Ticket Resolved

Former-commit-id: 82c331ef17b17a875ad5e6cb95177c035d8435bd
This commit is contained in:
marcos.alconada 2019-02-28 16:44:37 +01:00
parent a8a9a9d620
commit dcb0d5e1ee

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