New instruction to regen nginx team file

This commit is contained in:
nemunaire 2014-11-23 16:02:45 +01:00
parent 335505ef6c
commit edce0a99f6
7 changed files with 22 additions and 10 deletions

View file

@ -73,7 +73,7 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
if (!$user->update())
{
$error .= "Unable to add user $user->firstname $user->lastname $user->nickname </br>";
$error .= "Unable to add user $user->firstname $user->lastname $user->nickname<br>";
$team->drop();
continue;
}