Skip to content

Commit

Permalink
fix baserproject#2403 アップロードファイルのAPIについてフルパスを取得する仕組み
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Sep 28, 2023
1 parent 5ee3641 commit 0d3e29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bc-blog/src/View/Helper/BlogHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public function __construct(View $view, array $config = [])
public function setContent($blogContentId = null)
{
$blogContentUpdated = false;
$content = false;
if (empty($this->currentBlogContent) || ($blogContentId != $this->currentBlogContent->id)) {
if ($blogContentId) {
if ($this->_View->getRequest()->getQuery('preview') == 'default' && $this->_View->getRequest()->getData()) {
Expand Down

0 comments on commit 0d3e29e

Please sign in to comment.