Skip to content

Commit

Permalink
Fix getPathPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstonies committed Apr 16, 2019
1 parent c4150c3 commit c1dc873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileStoreAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function getMimetype($path)
*/
public function getPathPrefix()
{
return '/' . $this->cpCode . '/';
return '/' . $this->cpCode . '/'. $this->pathPrefix;
}

/**
Expand Down

0 comments on commit c1dc873

Please sign in to comment.