Fix typo : parenthesis
git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4773d7a350
commit
f5af5ab4c1
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ try
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
my_error(l10n($e->getMessage(), true);
|
||||
my_error(l10n($e->getMessage(), true));
|
||||
}
|
||||
|
||||
pwg_db_check_charset();
|
||||
|
|
|
@ -58,7 +58,7 @@ try
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
my_error(l10n($e->getMessage(), true);
|
||||
my_error(l10n($e->getMessage(), true));
|
||||
}
|
||||
|
||||
pwg_db_check_charset();
|
||||
|
|
|
@ -61,7 +61,7 @@ try
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
my_error(l10n($e->getMessage(), true);
|
||||
my_error(l10n($e->getMessage(), true));
|
||||
}
|
||||
|
||||
pwg_db_check_charset();
|
||||
|
|
Loading…
Reference in a new issue