Skip to content

Commit

Permalink
Oups, ! was not there.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Dec 18, 2015
1 parent 02dec5a commit 3c3957b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private function getStorageDirPath()
{
$path = $this->sharpRepository->getStorageDirPath($this->instance);

if(starts_with($path, "/")) {
if(!starts_with($path, "/")) {
$path = "/$path";
}

Expand Down

0 comments on commit 3c3957b

Please sign in to comment.