aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-21 23:00:11 +0000
committernikrou <nikrou@piwigo.org>2010-03-21 23:00:11 +0000
commitf5af5ab4c18872868bd1410eca05a67e334a7975 (patch)
treee1c490fc78fde01a95b03bdb7b48fa7d6ada3c1f /include/common.inc.php
parent4773d7a35052df4683b0445c08feae609764bfb0 (diff)
Fix typo : parenthesis
git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
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();