forked from extern/egroupware
Remove not used variable
This commit is contained in:
parent
7aa00f7217
commit
0209a59252
@ -341,7 +341,7 @@ class mail_sieve
|
|||||||
}
|
}
|
||||||
unset($this->rules[$ruleID]);
|
unset($this->rules[$ruleID]);
|
||||||
$this->rules = array_values($this->rules);
|
$this->rules = array_values($this->rules);
|
||||||
$result = $this->updateScript();
|
$this->updateScript();
|
||||||
}
|
}
|
||||||
egw_framework::refresh_opener($msg, 'mail');
|
egw_framework::refresh_opener($msg, 'mail');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user