mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
Fix regression in handling save-pref action
This commit is contained in:
@@ -250,9 +250,9 @@ class rcmail extends rcube
|
||||
}
|
||||
|
||||
// execute action registered to a plugin task
|
||||
if ($this->plugins->is_plugin_task($this->task)) {
|
||||
if ($this->plugins->is_plugin_task($task)) {
|
||||
if (!$this->action) $this->action = 'index';
|
||||
$this->plugins->exec_action("{$this->task}.{$this->action}");
|
||||
$this->plugins->exec_action("{$task}.{$this->action}");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user