aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-21 23:00:11 +0000
committernikrou <nikrou@piwigo.org>2010-03-21 23:00:11 +0000
commitf5af5ab4c18872868bd1410eca05a67e334a7975 (patch)
treee1c490fc78fde01a95b03bdb7b48fa7d6ada3c1f /upgrade.php
parent4773d7a35052df4683b0445c08feae609764bfb0 (diff)
Fix typo : parenthesis
git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php
index 278f75da4..9bb6add8b 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -58,7 +58,7 @@ try
}
catch (Exception $e)
{
- my_error(l10n($e->getMessage(), true);
+ my_error(l10n($e->getMessage(), true));
}
pwg_db_check_charset();