Merge branch 'master' of git.froxlor.org:froxlor

This commit is contained in:
Michael Kaufmann (d00p)
2011-03-10 07:12:09 +01:00
2 changed files with 1580 additions and 1503 deletions

View File

@@ -42,7 +42,7 @@ function makePathfield($path, $uid, $gid, $fieldType, $value = '')
// but dirList holds the paths with starting slash
// so we just add one here to get the correct
// default path selected, #225
if ($value != '/') {
if (substr($value, 0, 1) != '/') {
$value = '/'.$value;
}

File diff suppressed because it is too large Load Diff