misplaced closing paranthesis in common.inc.php

git-svn-id: http://piwigo.org/svn/branches/2.1@6524 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2010-06-12 09:56:20 +00:00
parent 9bbddd0cc4
commit 49952e574c

View file

@ -112,7 +112,7 @@ try
}
catch (Exception $e)
{
my_error(l10n($e->getMessage(), true));
my_error(l10n($e->getMessage()), true);
}
pwg_db_check_charset();