Ignore:
Timestamp:
Feb 4, 2013, 11:02:05 AM (11 years ago)
Author:
patdenice
Message:

bug:2835
ability detect mobile theme earlier, before plugin load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/user.inc.php

    r19703 r20543  
    2727if (isset($_COOKIE[session_name()]))
    2828{
    29   session_start();
     29  if (session_id() == '')
     30  {
     31    session_start();
     32  }
    3033  if (isset($_GET['act']) and $_GET['act'] == 'logout')
    3134  { // logout
Note: See TracChangeset for help on using the changeset viewer.