Commit 0f9d84ac51f923d77bfca2570097fd2fbc7e9e57
1 parent
18119139
change request to massage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/SeriesOfLettersController.php
... | ... | @@ -60,7 +60,7 @@ class SeriesOfLettersController extends \Phalcon\Mvc\Controller |
60 | 60 | } |
61 | 61 | |
62 | 62 | public function updateAction(){ |
63 | - $id = $this->request->getPost('id' ); | |
63 | + $id = $this->request->get('id' ); | |
64 | 64 | $data = \seriesOfLetters::findFirst("id=$id"); |
65 | 65 | $this->view->pick( 'series_of_letters/addEdit' ); |
66 | 66 | $this->view->setVars([ | ... | ... |