@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | * |
131 | 131 | * @return string |
132 | 132 | */ |
133 | - protected function _getCustomIncludeFilename($position='') { |
|
133 | + protected function _getCustomIncludeFilename($position = '') { |
|
134 | 134 | $key = 'custom_include_file'; |
135 | 135 | $key .= ($position) ? '_'.$position : ''; |
136 | 136 | return $this->_formatTemplate( |
@@ -1009,7 +1009,7 @@ discard block |
||
1009 | 1009 | $vars['vcl_synth'] = $this->_vcl_sub_synth(); |
1010 | 1010 | } |
1011 | 1011 | |
1012 | - foreach (array('','top') as $position) { |
|
1012 | + foreach (array('', 'top') as $position) { |
|
1013 | 1013 | $customIncludeFile = $this->_getCustomIncludeFilename($position); |
1014 | 1014 | if (is_readable($customIncludeFile)) { |
1015 | 1015 | $key = 'custom_vcl_include'; |