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:
parent
9bbddd0cc4
commit
49952e574c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ try
|
||||||
}
|
}
|
||||||
catch (Exception $e)
|
catch (Exception $e)
|
||||||
{
|
{
|
||||||
my_error(l10n($e->getMessage(), true));
|
my_error(l10n($e->getMessage()), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
pwg_db_check_charset();
|
pwg_db_check_charset();
|
||||||
|
|
Loading…
Add table
Reference in a new issue