Ignore:
Timestamp:
Apr 16, 2012 7:59:08 AM (13 months ago)
Author:
alec
Message:
  • Replace some references to rcmail with rcube
File:
1 edited

Legend:

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

    r6073 r6092  
    111111  { 
    112112    $fpath = $this->home.'/'.$fname; 
    113     $rcmail = rcube::get_instance(); 
    114     if (is_file($fpath) && !$rcmail->config->load_from_file($fpath)) { 
     113    $rcube = rcube::get_instance(); 
     114    if (is_file($fpath) && !$rcube->config->load_from_file($fpath)) { 
    115115      rcube::raise_error(array( 
    116116        'code' => 527, 'type' => 'php', 
     
    178178        $add[$domain.'.'.$key] = $value; 
    179179 
    180       $rcmail = rcube::get_instance(); 
     180      $rcmail = rcmail::get_instance(); 
    181181      $rcmail->load_language($lang, $add); 
    182182 
Note: See TracChangeset for help on using the changeset viewer.