aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-06-12 09:56:20 +0000
committerrvelices <rv-github@modusoptimus.com>2010-06-12 09:56:20 +0000
commit49952e574c0d09cf3f09f5ea2430cd23d37940dd (patch)
treec78303bdbae4d23bc19a6cf6c81ad1f9afd3a5b2
parent9bbddd0cc4ed4fc732d8a7df62a5e0693b2a3fb1 (diff)
misplaced closing paranthesis in common.inc.php
git-svn-id: http://piwigo.org/svn/branches/2.1@6524 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 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();