Explorar el Código

Merge pull request #25856 from nextcloud/techdept/pslam/card_getOwner

Card::getOwner should return the actual value
tags/v22.0.0beta1
Roeland Jago Douma hace 3 años
padre
commit
148cc83c52
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      apps/contactsinteraction/lib/Card.php

+ 1
- 1
apps/contactsinteraction/lib/Card.php Ver fichero

@@ -53,7 +53,7 @@ class Card implements ICard, IACL {
* @inheritDoc
*/
public function getOwner(): ?string {
$this->principal;
return $this->principal;
}

/**

Cargando…
Cancelar
Guardar