aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.inc.php')
-rw-r--r--include/common.inc.php2
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();