Changeset 6092 in subversion for trunk/roundcubemail/program/include/rcube_plugin.php
- Timestamp:
- Apr 16, 2012 7:59:08 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_plugin.php
r6073 r6092 111 111 { 112 112 $fpath = $this->home.'/'.$fname; 113 $rc mail= rcube::get_instance();114 if (is_file($fpath) && !$rc mail->config->load_from_file($fpath)) {113 $rcube = rcube::get_instance(); 114 if (is_file($fpath) && !$rcube->config->load_from_file($fpath)) { 115 115 rcube::raise_error(array( 116 116 'code' => 527, 'type' => 'php', … … 178 178 $add[$domain.'.'.$key] = $value; 179 179 180 $rcmail = rc ube::get_instance();180 $rcmail = rcmail::get_instance(); 181 181 $rcmail->load_language($lang, $add); 182 182
Note: See TracChangeset
for help on using the changeset viewer.
