Skip to content

Commit

Permalink
phpcs対応
Browse files Browse the repository at this point in the history
  • Loading branch information
akagane99 committed Dec 7, 2017
1 parent 261659a commit 55c1a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controller/AuthSettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public function edit() {
if ($this->request->is('post')) {
// [まだ] 必須チェック
//$this->set('activeAuthTab', Hash::get($this->request->data['SiteSetting'], 'activeAuthTab', 'auth-general'));
$this->set('activeAuthTab', Hash::get($this->request->data['SiteSetting'], 'activeAuthTab', $tagId));
$this->set('activeAuthTab',
Hash::get($this->request->data['SiteSetting'], 'activeAuthTab', $tagId));

// * 自動ログアウトする時間(gc_maxlifetime)
//$this->request->data['SiteSetting']['Session.ini.session.gc_maxlifetime']['0']['value'] =
Expand Down

0 comments on commit 55c1a70

Please sign in to comment.