program/include/rcube_output.php | ●●●●● patch | view | raw | blame | history | |
program/include/rcube_plugin.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_output.php
@@ -44,7 +44,7 @@ */ public function __construct($task = null, $framed = false) { $this->app = rcmail::get_instance(); $this->app = rcube::get_instance(); $this->config = $this->app->config; $this->browser = new rcube_browser(); } program/include/rcube_plugin.php
@@ -202,7 +202,7 @@ foreach ($texts as $key => $value) $add[$domain.'.'.$key] = $value; $rcmail = rcmail::get_instance(); $rcmail = rcube::get_instance(); $rcmail->load_language($lang, $add); // add labels to client