From 613855b83b40d8fe9456226f97c4513a1c2009af Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 12 Jun 2010 09:55:41 +0000 Subject: misplaced closing paranthesis in common.inc.php git-svn-id: http://piwigo.org/svn/trunk@6523 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.inc.php') 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(); -- cgit v1.2.3