Marius Cramer
2014-02-17 d69cca1c54fdbe69d3749d3c4ec655dd10307d7f
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.0.5
1 files modified
2 ■■■ changed files
interface/web/sites/web_vhost_subdomain_edit.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/web_vhost_subdomain_edit.php
@@ -349,7 +349,7 @@
        if($app->tform->getCurrentTab() == 'domain') {
            // Check that domain (the subdomain part) is not empty
            if(!preg_match('/^[a-zA-Z0-9].+/',$this->dataRecord['domain'])) {
            if(!preg_match('/^[a-zA-Z0-9].*/',$this->dataRecord['domain'])) {
                $app->tform->errorMessage .= $app->tform->lng("subdomain_error_empty")."<br />";
            }