diff --git a/interface/web/sites/ftp_user_edit.php b/interface/web/sites/ftp_user_edit.php index 2ceff9c125897b1a95a8da7f4bf13c19826dcb33..0cb3f9561323a292278a930a9e5730367901406d 100644 --- a/interface/web/sites/ftp_user_edit.php +++ b/interface/web/sites/ftp_user_edit.php @@ -155,7 +155,7 @@ class page_action extends tform_actions { /* restrict the names */ if ($app->tform->errorMessage == '') { - $this->dataRecord['username'] = $restriction . $this->dataRecord['username']; + $this->dataRecord['username'] = $ftpuser_prefix . $this->dataRecord['username']; } }