質問編集履歴
1
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
public function contact()
|
23
23
|
{
|
24
24
|
$token= $this->_getToken();
|
25
|
-
$this->Session->write('
|
25
|
+
$this->Session->write('token', $token);
|
26
26
|
$this->set('token', $token); //ここでエラー
|
27
27
|
$this->render('confirm');
|
28
28
|
}
|