|
From: Jon O. <jon...@us...> - 2008-02-17 16:46:15
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20336/includes Modified Files: kb_constants.php Log Message: Update to custom module default style Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** kb_constants.php 16 Feb 2008 13:11:42 -0000 1.9 --- kb_constants.php 17 Feb 2008 16:46:11 -0000 1.10 *************** *** 67,70 **** --- 67,71 ---- else { + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x if (is_object($mx_page)) { |