|
From: Jon O. <jon...@us...> - 2008-07-06 22:12:30
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26197/modules Modified Files: kb_post.php Log Message: comments, notifications, etc Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** kb_post.php 3 Jun 2008 20:10:34 -0000 1.18 --- kb_post.php 6 Jul 2008 22:12:24 -0000 1.19 *************** *** 352,356 **** // $mx_kb_notification = new mx_kb_notification(); ! $mx_kb_notification->init( $article_id ); $mx_kb_notification->_compose_auto_note($kb_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 352,356 ---- // $mx_kb_notification = new mx_kb_notification(); ! $mx_kb_notification->init( $article_id, $kb_config['allow_comment_wysiwyg'] ); $mx_kb_notification->_compose_auto_note($kb_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |