Skip to content

Commit 168bd1f

Browse files
Show headline for buzz record titles
1 parent 2f44a77 commit 168bd1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php-classes/Laddr/ProjectBuzz.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ class ProjectBuzz extends \ActiveRecord
7171
'Project'
7272
];
7373

74+
public function getTitle()
75+
{
76+
return $this->Headline;
77+
}
78+
7479
public function validate($deep = true)
7580
{
7681
parent::validate($deep);

0 commit comments

Comments
 (0)