diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-06-12 09:55:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-06-12 09:55:41 +0000 |
commit | 613855b83b40d8fe9456226f97c4513a1c2009af (patch) | |
tree | a34736a97d81aa979516246113fbb73e4949db33 /include | |
parent | ce187863e8585421cf75e5b4854eeb4a9e0678c5 (diff) |
misplaced closing paranthesis in common.inc.php
git-svn-id: http://piwigo.org/svn/trunk@6523 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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(); |