mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Remove not used variable
This commit is contained in:
parent
7aa00f7217
commit
0209a59252
@ -341,7 +341,7 @@ class mail_sieve
|
||||
}
|
||||
unset($this->rules[$ruleID]);
|
||||
$this->rules = array_values($this->rules);
|
||||
$result = $this->updateScript();
|
||||
$this->updateScript();
|
||||
}
|
||||
egw_framework::refresh_opener($msg, 'mail');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user