@@ -184,7 +184,7 @@ |
||
| 184 | 184 | $paramPrefix = 'p'; |
| 185 | 185 | if(!empty($this->currentParams) && $this->paramsCount < count($this->currentParams) ){ |
| 186 | 186 | $this->paramsCount = count($this->currentParams) +1; |
| 187 | - }else{ |
|
| 187 | + } else{ |
|
| 188 | 188 | $this->paramsCount = $this->paramsCount + 1; |
| 189 | 189 | } |
| 190 | 190 | return $paramPrefix.$this->paramsCount; |