program/lib/Roundcube/rcube_user.php
@@ -163,8 +163,16 @@ if (!$this->ID) return false; $config = $this->rc->config; $old_prefs = (array)$this->get_prefs(); $plugin = $this->rc->plugins->exec_hook('preferences_update', array( 'userid' => $this->ID, 'prefs' => $a_user_prefs, 'old' => (array)$this->get_prefs())); if (!empty($plugin['abort'])) { return; } $a_user_prefs = $plugin['prefs']; $old_prefs = $plugin['old']; $config = $this->rc->config; // merge (partial) prefs array with existing settings $save_prefs = $a_user_prefs + $old_prefs;