Skip to content

Commit f685a04

Browse files
midahpralflang
authored andcommitted
fix cache backend __unserialize
1 parent 67c65e9 commit f685a04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Horde/Imap/Client/Cache/Backend.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright 2013-2017 Horde LLC (http://www.horde.org/)
45
*
@@ -185,6 +186,6 @@ public function __serialize()
185186
public function __unserialize(array $data)
186187
{
187188
$this->_params = $data;
189+
$this->_initOb();
188190
}
189-
190191
}

0 commit comments

Comments
 (0)