Changeset 60a277f in github


Ignore:
Timestamp:
Apr 27, 2011 4:34:16 AM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
b04c51f
Parents:
e54f4b25
Message:

Fix callback reference after rename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_session.php

    r68f39ef r60a277f  
    7878          array($this, 'mc_write'), 
    7979          array($this, 'mc_destroy'), 
    80           array($this, 'rcube_gc')); 
     80          array($this, 'gc')); 
    8181      } 
    8282      else { 
     
    191191    } 
    192192 
    193     $this->unsets = array(); 
    194     return true; 
    195   } 
    196  
    197  
     193    return true; 
     194  } 
     195 
     196 
     197  /** 
     198   * Merge vars with old vars and apply unsets 
     199   */ 
    198200  private function _fixvars($vars, $oldvars) 
    199201  { 
Note: See TracChangeset for help on using the changeset viewer.