mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 13:55:03 +02:00
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:
@@ -112,7 +112,7 @@ try
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
my_error(l10n($e->getMessage(), true));
|
||||
my_error(l10n($e->getMessage()), true);
|
||||
}
|
||||
|
||||
pwg_db_check_charset();
|
||||
|
||||
Reference in New Issue
Block a user