Skip to content

Commit

Permalink
fix baserproject#1611 【admin-third】特に非公開中のブログやフォーム等のコンテンツについて、設定画面への導…
Browse files Browse the repository at this point in the history
…線が不便に感じる
  • Loading branch information
kaburk committed Nov 12, 2021
1 parent 99105a4 commit 2c58148
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Baser/Plugin/Blog/Config/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
/* @var BlogContent $BlogContent */
$BlogContent = ClassRegistry::init('Blog.BlogContent');
$blogContents = $BlogContent->find('all', [
'conditions' => [
$BlogContent->Content->getConditionAllowPublish()
],
'recursive' => 0,
'order' => $BlogContent->id,
]);
Expand Down

0 comments on commit 2c58148

Please sign in to comment.