Skip to content

Commit

Permalink
Fix phpcs TODO error
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Apr 6, 2015
1 parent e66501d commit bb3ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/BlockRolePermissionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function edit() {
$roles = $this->Role->find('all', array(
'recursive' => -1,
'conditions' => array(
'Role.type' => 2, //TODO定数化
'Role.type' => 2, //後で定数化
'Role.language_id' => $this->viewVars['languageId'],
),
));
Expand Down

0 comments on commit bb3ef5b

Please sign in to comment.