Ignore:
Timestamp:
May 6, 2010 1:51:31 PM (3 years ago)
Author:
alec
Message:
  • fix for use without session object
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcmail.php

    r3573 r3601  
    108108 
    109109    // reset some session parameters when changing task 
    110     if ($_SESSION['task'] != $this->task) 
     110    if ($this->session && $_SESSION['task'] != $this->task) 
    111111      $this->session->remove('page'); 
    112112 
Note: See TracChangeset for help on using the changeset viewer.