Changeset 3144 in subversion
- Timestamp:
- Nov 30, 2009 6:55:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_plugin.php
r3102 r3144 60 60 $fpath = $this->home.'/'.$fname; 61 61 $rcmail = rcmail::get_instance(); 62 if ( !$rcmail->config->load_from_file($fpath, false)) {62 if (is_file($fpath) && !$rcmail->config->load_from_file($fpath, false)) { 63 63 raise_error(array('code' => 527, 'type' => 'php', 'message' => "Failed to load config from $fpath"), true, false); 64 64 return false;
Note: See TracChangeset
for help on using the changeset viewer.
