Make 3rd argument of kolab_storage_cache::save() really optional (Bug #2863)

This commit is contained in:
Aleksander Machniak 2014-02-25 10:47:10 +01:00
parent f6a381c72f
commit 9f7cd83f92

View file

@ -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) {