Commit 627a10283755f63a89d1f10c6d290adad538ae47
1 parent
57fd365d
change request to massage
Showing
2 changed files
with
11 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/StandardEmailController.php
| @@ -252,6 +252,9 @@ class StandardEmailController extends \Phalcon\Mvc\Controller | @@ -252,6 +252,9 @@ class StandardEmailController extends \Phalcon\Mvc\Controller | ||
| 252 | 252 | ||
| 253 | 253 | ||
| 254 | public function seriesOfLettersAction(){ | 254 | public function seriesOfLettersAction(){ |
| 255 | - die('here'); | 255 | + $this->view->pick( 'series_of_letters/index' ); |
| 256 | + $this->view->setVars([ | ||
| 257 | + | ||
| 258 | + ]); | ||
| 256 | } | 259 | } |
| 257 | } | 260 | } |
| 258 | \ No newline at end of file | 261 | \ No newline at end of file |