alecpl
2010-05-19 9d5c834332e553429b5b4c700acea6927d496d6a
program/include/rcube_plugin.php
@@ -22,7 +22,7 @@
/**
 * Plugin interface class
 *
 * @package Core
 * @package PluginAPI
 */
abstract class rcube_plugin
{
@@ -59,7 +59,7 @@
  {
    $fpath = $this->home.'/'.$fname;
    $rcmail = rcmail::get_instance();
    if (is_file($fpath) && !$rcmail->config->load_from_file($fpath, false)) {
    if (is_file($fpath) && !$rcmail->config->load_from_file($fpath)) {
      raise_error(array('code' => 527, 'type' => 'php',
        'file' => __FILE__, 'line' => __LINE__,
        'message' => "Failed to load config from $fpath"), true, false);