Avoid PHP 7 compatibility warnings
This commit is contained in:
parent
0b90768a3d
commit
ab9f33fbc4
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue