@@ -122,7 +122,7 @@ |
||
| 122 | 122 | |
| 123 | 123 | public function getRecordFilePath() |
| 124 | 124 | { |
| 125 | - $path = $this->getRecordLocation() . $this->recordFileName; |
|
| 125 | + $path = $this->getRecordLocation().$this->recordFileName; |
|
| 126 | 126 | $path = str_replace("\\", "/", $path); |
| 127 | 127 | |
| 128 | 128 | return $path; |