Commit eda3cd6936ac5e6e55a53f5dbd0c486aee9c679c
1 parent
7391c315
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/ProjectController.php
... | ... | @@ -25,7 +25,7 @@ class ProjectController extends CrudResourceController { |
25 | 25 | |
26 | 26 | public function test_get($id) |
27 | 27 | { |
28 | - $test = $this->request->getPost('test'); | |
28 | + $test = $this->request->get('test'); | |
29 | 29 | return $id.'//'.$test; |
30 | 30 | $item = $this->getFindData($id); |
31 | 31 | return 'breakpoint'; | ... | ... |