Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PutraSudaryanto committed May 21, 2018
1 parent 82c6018 commit 4b18147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedactorModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getSubPath()
if(!empty($ownerPath))
$ownerPath = $ownerPath;

return $ownerPath == $this->subFolderName ? $ownerPath ? $this->subFolderName.'_'.$ownerPath;
return $ownerPath == $this->subFolderName ? $ownerPath : $this->subFolderName.'_'.$ownerPath;
}

/**
Expand Down

0 comments on commit 4b18147

Please sign in to comment.