@@ -47,7 +47,9 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | public function getPath() |
| 49 | 49 | { |
| 50 | - if (substr($this->path, -1)!="/") return $this->path."/"; |
|
| 50 | + if (substr($this->path, -1)!="/") { |
|
| 51 | + return $this->path."/"; |
|
| 52 | + } |
|
| 51 | 53 | return $this->path; |
| 52 | 54 | } |
| 53 | 55 | } |