@@ -14,8 +14,8 @@ |
||
14 | 14 | public function index() { |
15 | 15 | if ($this->request->is('post')) { |
16 | 16 | |
17 | - $ids = $this->request->data['Gcm']['ids']; |
|
18 | - $data = $this->request->data['Gcm']['data']; |
|
17 | + $ids = $this->request->data['Gcm']['ids']; |
|
18 | + $data = $this->request->data['Gcm']['data']; |
|
19 | 19 | $parameters = $this->request->data['Gcm']['parameters']; |
20 | 20 | |
21 | 21 | if ($this->Gcm->send($ids, $data, $parameters)) { |
@@ -8,7 +8,7 @@ |
||
8 | 8 | * |
9 | 9 | * @var array |
10 | 10 | */ |
11 | - public $helpers = array( |
|
11 | + public $helpers = array( |
|
12 | 12 | 'Html', |
13 | 13 | 'Form' |
14 | 14 | ); |