aboutsummaryrefslogtreecommitdiffstats
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
parent4773d7a35052df4683b0445c08feae609764bfb0 (diff)
Fix typo : parenthesis
git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/common.inc.php2
-rw-r--r--upgrade.php2
-rw-r--r--upgrade_feed.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 0da96c7c6..f5c0b606c 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -111,7 +111,7 @@ try
}
catch (Exception $e)
{
- my_error(l10n($e->getMessage(), true);
+ my_error(l10n($e->getMessage(), true));
}
pwg_db_check_charset();
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();
diff --git a/upgrade_feed.php b/upgrade_feed.php
index 6b991418d..5ddfa0dc6 100644
--- a/upgrade_feed.php
+++ b/upgrade_feed.php
@@ -61,7 +61,7 @@ try
}
catch (Exception $e)
{
- my_error(l10n($e->getMessage(), true);
+ my_error(l10n($e->getMessage(), true));
}
pwg_db_check_charset();