Remove not used variable

This commit is contained in:
Hadi Nategh 2014-05-23 08:01:56 +00:00
parent 7aa00f7217
commit 0209a59252

View File

@ -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');