thomascube
2011-04-27 60a277f1ce9026ded054b8c3792e6175f2689d4a
Fix callback reference after rename

1 files modified
6 ■■■■■ changed files
program/include/rcube_session.php 6 ●●●●● patch | view | raw | blame | history
program/include/rcube_session.php
@@ -77,7 +77,7 @@
          array($this, 'mc_read'),
          array($this, 'mc_write'),
          array($this, 'mc_destroy'),
          array($this, 'rcube_gc'));
          array($this, 'gc'));
      }
      else {
        raise_error(array('code' => 604, 'type' => 'db',
@@ -190,11 +190,13 @@
        $key, base64_encode($vars), (string)$this->ip);
    }
    $this->unsets = array();
    return true;
  }
  /**
   * Merge vars with old vars and apply unsets
   */
  private function _fixvars($vars, $oldvars)
  {
    $ts = microtime(true);