program/lib/Roundcube/rcube_plugin.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_plugin.php
@@ -71,6 +71,7 @@ protected $home; protected $urlbase; private $mytask; private $loaded_config = array(); /** @@ -141,6 +142,12 @@ */ public function load_config($fname = 'config.inc.php') { if (in_array($fname, $this->loaded_config)) { return; } $this->loaded_config[] = $fname; $fpath = $this->home.'/'.$fname; $rcube = rcube::get_instance();