Skip to content

Commit

Permalink
phpcsエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Jun 25, 2018
1 parent cdb3e78 commit 908b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/BbsArticle.php
Expand Up @@ -290,7 +290,7 @@ public function deleteBbsArticle($data) {
$bbsArticleTree = $this->BbsArticleTree->find('first', array(
'recursive' => -1,
'fields' => array('lft', 'rght'),
// 'fields' => array('sort_key'),
//'fields' => array('sort_key'),
'conditions' => array(
'bbs_article_key' => $this->data['BbsArticle']['key']
),
Expand Down

0 comments on commit 908b480

Please sign in to comment.