Unverified Commit 405e491c by q2apro Committed by GitHub

Success message for successful unsubscribe

Success message for successful unsubscribe - instead error
parent 33744989
......@@ -63,7 +63,7 @@ $qa_content = qa_content_prepare();
$qa_content['title'] = qa_lang_html('users/unsubscribe_title');
if ($unsubscribed) {
$qa_content['error'] = strtr(qa_lang_html('users/unsubscribe_complete'), array(
$qa_content['success'] = strtr(qa_lang_html('users/unsubscribe_complete'), array(
'^0' => qa_html(qa_opt('site_title')),
'^1' => '<a href="' . qa_path_html('account') . '">',
'^2' => '</a>',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment