Skip to content

Commit

Permalink
Error metod
Browse files Browse the repository at this point in the history
  • Loading branch information
Myks92 authored Jan 22, 2020
1 parent 190da14 commit 5159780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Behavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public function getThumbPath()
return rtrim(Yii::getAlias($this->thumbPath), '\/') . DIRECTORY_SEPARATOR;
}

return $this->savePath();
return $this->getSavePath();
}

/**
Expand Down

0 comments on commit 5159780

Please sign in to comment.