@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | } |
39 | 39 | } else if (is_string($resource->path)) { |
40 | - $resource->path .= 'file://' . $resource->path; |
|
40 | + $resource->path .= 'file://'.$resource->path; |
|
41 | 41 | } |
42 | 42 | } |
43 | 43 | } |