diff options
Diffstat (limited to 'include')
-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 0da96c7c6..f5c0b606c 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -111,7 +111,7 @@ try } catch (Exception $e) { - my_error(l10n($e->getMessage(), true); + my_error(l10n($e->getMessage(), true)); } pwg_db_check_charset(); |