aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-06-12 09:55:41 +0000
committerrvelices <rv-github@modusoptimus.com>2010-06-12 09:55:41 +0000
commit613855b83b40d8fe9456226f97c4513a1c2009af (patch)
treea34736a97d81aa979516246113fbb73e4949db33 /include/common.inc.php
parentce187863e8585421cf75e5b4854eeb4a9e0678c5 (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 '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 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();