diff options
-rw-r--r-- | include/common.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 9805bc362..c8182bc5e 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(); |