- use correct function to validate directory, fixes #385

This commit is contained in:
Michael Kaufmann (d00p)
2010-08-20 14:45:37 +00:00
parent a63e752dde
commit cf2dabc714
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ function makePathfield($path, $uid, $gid, $fieldType, $value = '')
// for the Dropdown, #225
$value = substr($value, 1);
$field = $lng['panel']['toomanydirs'];
$field.= '<input type="text" name="path" value="' . htmlspecialchars($value) . '" />';
$field.= '<br /><input type="text" name="path" value="' . htmlspecialchars($value) . '" />';
}
}
else