質問編集履歴
2
文言の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
parent::initialize();
|
58
58
|
|
59
|
-
$this->Auth->allow(['add','conf']);
|
59
|
+
$this->Auth->allow(['add','conf','comp']);
|
60
60
|
|
61
61
|
}
|
62
62
|
|
1
文言の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
ビューに表示しようとすると、
|
8
8
|
|
9
|
-
「Notice (8): Undefined variable: user」 と未定義エラーが表示されま
|
9
|
+
「Notice (8): Undefined variable: user」 と未定義エラーが表示されます。
|
10
10
|
|
11
11
|
|
12
12
|
|