wip
This commit is contained in:
parent
c9983fcbfd
commit
b8fdfadf29
|
@ -28,7 +28,7 @@ class KagiSummarizerExtension extends Minz_Extension {
|
|||
}
|
||||
|
||||
public function addSummarizeButton(FreshRSS_Entry $entry): FreshRSS_Entry {
|
||||
$entry->_content('<h1>Hello World</h1>' . $entry->_content());
|
||||
$entry->_content('<h1>Hello World</h1>' . $entry->content());
|
||||
return $entry;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue