Add a closing bracket which was accidentally removed.
Removed in 971b993a52
.
References #216
This commit is contained in:
@@ -580,6 +580,7 @@ function serendipity_checkInstallation() {
|
||||
}
|
||||
elseif (!is_writable($_POST['serendipityPath']) ) {
|
||||
$errs[] = sprintf(DIRECTORY_WRITE_ERROR, htmlspecialchars($_POST['serendipityPath']));
|
||||
}
|
||||
elseif (!is_dir($_POST['serendipityPath'] . $_POST['uploadPath'] ) && @mkdir($_POST['serendipityPath'] . $_POST['uploadPath'], $umask) !== true) {
|
||||
$errs[] = sprintf(DIRECTORY_CREATE_ERROR, htmlspecialchars($_POST['serendipityPath']) . htmlspecialchars($_POST['uploadPath']));
|
||||
}
|
||||
|
Reference in New Issue
Block a user