diff --git a/include/common.inc.php b/include/common.inc.php index 07949bba5..27858397e 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -112,7 +112,7 @@ try } catch (Exception $e) { - my_error(l10n($e->getMessage(), true)); + my_error(l10n($e->getMessage()), true); } pwg_db_check_charset();