Skip to content

Commit

Permalink
Merge pull request #1453 from altdovydas/master
Browse files Browse the repository at this point in the history
Strict Notice: Version4 function _vcl_director_backend
  • Loading branch information
miguelbalparda authored Dec 8, 2017
2 parents 53ec103 + 0cc8514 commit 9cc01f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ protected function _vcl_director($name, $backendOptions) {
* @param array $options extra options for backend
* @return string
*/
protected function _vcl_director_backend($host, $port, $descriptor, $probeUrl = '', $options = array()) {
protected function _vcl_director_backend($host, $port, $descriptor = '', $probeUrl = '', $options = array()) {
$tpl = <<<EOS
backend web{$descriptor} {
.host = "{{host}}";
Expand Down

0 comments on commit 9cc01f8

Please sign in to comment.