[Fusionforge-commits] r10864 - trunk/src/www/account
Alain Peyrat
aljeux at libremir.placard.fr.eu.org
Mon Oct 4 19:51:41 CEST 2010
Author: aljeux
Date: 2010-10-04 19:51:40 +0200 (Mon, 04 Oct 2010)
New Revision: 10864
Modified:
trunk/src/www/account/register.php
Log:
Fix tests
Modified: trunk/src/www/account/register.php
===================================================================
--- trunk/src/www/account/register.php 2010-10-04 17:49:45 UTC (rev 10863)
+++ trunk/src/www/account/register.php 2010-10-04 17:51:40 UTC (rev 10864)
@@ -85,8 +85,9 @@
exit;
} else {
$error_msg = $new_user->getErrorMessage();
- if (isset($register_error)) {
- $error_msg .= ' '.$register_error;
+ if (isset($register_error)) {
+ $error_msg .= ' '.$register_error;
+ }
}
}
}
More information about the Fusionforge-commits
mailing list