mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
Fix typo : parenthesis
git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -111,7 +111,7 @@ try
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
my_error(l10n($e->getMessage(), true);
|
||||
my_error(l10n($e->getMessage(), true));
|
||||
}
|
||||
|
||||
pwg_db_check_charset();
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ try
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
my_error(l10n($e->getMessage(), true);
|
||||
my_error(l10n($e->getMessage(), true));
|
||||
}
|
||||
|
||||
pwg_db_check_charset();
|
||||
|
||||
+1
-1
@@ -61,7 +61,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