tbrehm
2008-12-15 1ff13e396c76ea7a694708521d7856d8550a9fb9
Fixed bug in ftp user prefix.
1 files modified
2 ■■■ changed files
interface/web/sites/ftp_user_edit.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/ftp_user_edit.php
@@ -155,7 +155,7 @@
        
        /* restrict the names */
        if ($app->tform->errorMessage == '') {
            $this->dataRecord['username'] = $restriction . $this->dataRecord['username'];
            $this->dataRecord['username'] = $ftpuser_prefix . $this->dataRecord['username'];
        }
    }