Skip to content
Snippets Groups Projects
Commit 9b2c9e86 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #60731 : fix tests

parent 6b67b8fb
Branches
Tags
2 merge requests!2409Master,!2398Hotline#60731 probleme titres pnb
Pipeline #2885 passed with stage
in 20 minutes and 57 seconds
......@@ -34,6 +34,11 @@ trait Trait_AlbumDelegator {
}
public function getAuteur() {
return $this->getMainAuthor();
}
public function getTitle() {
return $this->getAlbum()->getTitre();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment