Commit e9c1bcf3cdc55363dd595b185d15f1e7752ed385
1 parent
0a91a190
change request to massage
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/app/frontend/controllers/SeriesOfLettersController.php
... | ... | @@ -60,12 +60,12 @@ class SeriesOfLettersController extends \Phalcon\Mvc\Controller |
60 | 60 | } |
61 | 61 | |
62 | 62 | public function updateAction($id){ |
63 | - | |
64 | - $data = \seriesOfLetters::findFirst("id=$id AND project_id ={$this->session->get('project-id')} "); | |
65 | - $this->view->pick( 'series_of_letters/addEdit' ); | |
66 | - $this->view->setVars([ | |
67 | - 'page' => $data | |
68 | - ]); | |
63 | +// | |
64 | +// $data = \seriesOfLetters::findFirst("id=$id AND project_id ={$this->session->get('project-id')} "); | |
65 | +// $this->view->pick( 'series_of_letters/addEdit' ); | |
66 | +// $this->view->setVars([ | |
67 | +// 'page' => $data | |
68 | +// ]); | |
69 | 69 | } |
70 | 70 | |
71 | 71 | public function getTemplateAction() | ... | ... |