Avoid PHP 7 compatibility warnings

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2017-11-28 10:39:31 +01:00
parent 0b90768a3d
commit ab9f33fbc4

View file

@ -80,7 +80,7 @@ class kolab_storage_folder_user extends kolab_storage_folder_virtual
*
* @return string The owner of this folder.
*/
public function get_owner()
public function get_owner($fully_qualified = false)
{
return $this->ldaprec['mail'];
}