1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

avoid confusion with the colour

This commit is contained in:
marj
2009-10-28 15:42:16 +00:00
parent afe1d90394
commit 785018a6db

View File

@@ -9,9 +9,9 @@
* General purpose file * General purpose file
* *
* $Source: /cvs_backup/e107_0.8/class2.php,v $ * $Source: /cvs_backup/e107_0.8/class2.php,v $
* $Revision: 1.150 $ * $Revision: 1.151 $
* $Date: 2009-10-20 16:00:38 $ * $Date: 2009-10-28 15:42:16 $
* $Author: secretr $ * $Author: marj_nl_fr $
* *
*/ */
// //
@@ -962,9 +962,9 @@ if(($pref['membersonly_enabled'] && !isset($_E107['allow_guest'])) || $pref['mai
{ {
//XXX move force_userupdate() also? //XXX move force_userupdate() also?
require_once(e_HANDLER."redirection_class.php"); require_once(e_HANDLER."redirection_class.php");
$red = new redirection; $redirect = new redirection;
$red->checkMaintenance(); $redirect->checkMaintenance();
$red->checkMembersOnly(); $redirect->checkMembersOnly();
} }
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------