Commit 4cd5bba69bbc6da3a2c672f2d5569c5eb8a991c1
1 parent
09aa724a
change request to massage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/SeriesOfLettersController.php
... | ... | @@ -47,7 +47,7 @@ class SeriesOfLettersController extends \Phalcon\Mvc\Controller |
47 | 47 | } |
48 | 48 | |
49 | 49 | public function getTemplateAction() |
50 | - { | |
50 | + { die('here'); | |
51 | 51 | $this->view->setTemplateAfter('none'); |
52 | 52 | $like = $this->request->getPost('like', 'string', NULL ); |
53 | 53 | $users = \customersEmailList::find(array( | ... | ... |