|
From: Jon O. <jon...@us...> - 2008-06-23 21:12:59
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26414 Modified Files: phpbb_constants.php Log Message: major bug for 2.8.2, the default module style _core was never defined :( Index: phpbb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/phpbb_constants.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** phpbb_constants.php 22 Feb 2008 23:13:55 -0000 1.9 --- phpbb_constants.php 23 Jun 2008 21:12:54 -0000 1.10 *************** *** 61,67 **** } ! // ---------- ! $phpbb_module_version = "0.9x BETA"; ! $phpbb_module_author = "MX Team"; ! $phpbb_module_orig_author = "phpBB Group"; ?> \ No newline at end of file --- 61,64 ---- } ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ?> \ No newline at end of file |