Commit d9b63fdd authored by Manfred Kutas's avatar Manfred Kutas

ZP-1256 Set backend2folderidCache of ASDevice to false, so it can be

rebuilt.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 080f899f
...@@ -188,7 +188,7 @@ class ASDevice extends StateObject { ...@@ -188,7 +188,7 @@ class ASDevice extends StateObject {
unset($this->forceSave); unset($this->forceSave);
unset($this->newdevice); unset($this->newdevice);
unset($this->ignoredMessageIds); unset($this->ignoredMessageIds);
unset($this->backend2folderidCache); $this->backend2folderidCache = false;
if (isset($this->ignoredmessages) && is_array($this->ignoredmessages)) { if (isset($this->ignoredmessages) && is_array($this->ignoredmessages)) {
$imessages = $this->ignoredmessages; $imessages = $this->ignoredmessages;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment