Merge pull request #385 from nachtgeist/master

fix variable identifier in HttpConfigBase::getMyPath()
This commit is contained in:
Michael Kaufmann
2016-09-13 12:41:05 +02:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ class HttpConfigBase
}
} else {
// user-defined docroot, #417
$mypath = makeCorrectDir($row_ipsandports['docroot']);
$mypath = makeCorrectDir($ip_port['docroot']);
}
return $mypath;
}