|
From: Jon O. <jon...@us...> - 2008-02-17 15:41:56
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24589 Modified Files: pafiledb_constants.php Log Message: opps, you need to define default style here instead, to be used also in adminCP Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** pafiledb_constants.php 16 Feb 2008 13:09:00 -0000 1.22 --- pafiledb_constants.php 17 Feb 2008 15:41:50 -0000 1.23 *************** *** 87,90 **** --- 87,91 ---- else { + $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x if (is_object($mx_page)) { *************** *** 96,100 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 97,100 ---- |