Make 3rd argument of kolab_storage_cache::save() really optional (Bug #2863)
This commit is contained in:
parent
f6a381c72f
commit
9f7cd83f92
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class kolab_storage_cache
|
|||
* @param mixed Hash array with object properties to save or false to delete the cache entry
|
||||
* @param int Optional old message UID (for update)
|
||||
*/
|
||||
public function save($msguid, $object, $olduid)
|
||||
public function save($msguid, $object, $olduid = null)
|
||||
{
|
||||
// write to cache
|
||||
if ($this->ready) {
|
||||
|
|
Loading…
Add table
Reference in a new issue