Skip to content
Snippets Groups Projects

Hotline

Merged Patrick Barroca requested to merge hotline into master
Compare and
10 files
+ 28
15
Preferences
Compare changes
Files
10
@@ -158,7 +158,7 @@ class Class_AlbumRessource extends Storm_Model_Abstract {
* @return String
*/
public function getAuteur() {
return $this->getAlbum()->getAuteur();
return $this->getAlbum()->getMainAuthorName();
}