diff --git a/action/add_comment.php b/action/add_comment.php index 96258f1..53f2362 100644 --- a/action/add_comment.php +++ b/action/add_comment.php @@ -78,6 +78,7 @@ if (!$poll) { $comments = $pollService->allCommentsByPollId($poll_id); } +error_reporting(E_ALL & ~E_NOTICE); $smarty->error_reporting = E_ALL & ~E_NOTICE; $smarty->assign('comments', $comments); $comments_html = $smarty->fetch('part/comments_list.tpl'); diff --git a/tpl/mail/remember_edit_link.tpl b/tpl/mail/remember_edit_link.tpl new file mode 100644 index 0000000..478561b --- /dev/null +++ b/tpl/mail/remember_edit_link.tpl @@ -0,0 +1,9 @@ +

{__('FindPolls', 'Here are your polls')}

+ \ No newline at end of file