Commit ae6a8610959c637dd76637422b93afd0d453ea53
1 parent
e0766de9
error reporting using repeated email
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
src/app/backend/views/index.php
src/app/frontend/views/index.php
... | ... | @@ -222,9 +222,9 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
222 | 222 | </div> |
223 | 223 | </div> |
224 | 224 | |
225 | - <?php | |
226 | - echo $this->getContent(); | |
227 | - ?> | |
225 | + <?= $this->flash->output(); ?> | |
226 | + | |
227 | + <?= $this->getContent(); ?> | |
228 | 228 | |
229 | 229 | </div> |
230 | 230 | <div id="footer"> | ... | ... |