fix variable identifier in HttpConfigBase::getMyPath()

This commit is contained in:
Daniel Reichelt
2016-09-13 12:00:50 +02:00
parent 4229d8dda4
commit c6ba9df18a

View File

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