Ignore:
Timestamp:
Feb 7, 2013, 6:43:44 AM (11 years ago)
Author:
rvelices
Message:

start the php session before loading plugins in a standard manner (related to bug 2835: )

File:
1 edited

Legend:

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

    r20543 r20599  
    16221622function get_device()
    16231623{
    1624   if (session_id() == '')
    1625   {
    1626     session_start();
    1627   }
    16281624  $device = pwg_get_session_var('device');
    16291625
     
    16621658  }
    16631659
    1664   if (session_id() == '')
    1665   {
    1666     session_start();
    1667   }
    1668 
    16691660  if (isset($_GET['mobile']))
    16701661  {
Note: See TracChangeset for help on using the changeset viewer.