diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-06-12 09:56:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-06-12 09:56:20 +0000 |
commit | 49952e574c0d09cf3f09f5ea2430cd23d37940dd (patch) | |
tree | c78303bdbae4d23bc19a6cf6c81ad1f9afd3a5b2 /include/common.inc.php | |
parent | 9bbddd0cc4ed4fc732d8a7df62a5e0693b2a3fb1 (diff) |
misplaced closing paranthesis in common.inc.php
git-svn-id: http://piwigo.org/svn/branches/2.1@6524 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 07949bba5..27858397e 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(); |