Skip to content

Commit 3297876

Browse files
committed
Fix SF73 update
1 parent ae2c6de commit 3297876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SimpleSAML/XHTML/Template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,10 @@ public function getContents(): string
576576
* @return $this This response.
577577
* @throws \Exception if the template cannot be found.
578578
*/
579-
public function send(): static
579+
public function send(bool $flush = true): static
580580
{
581581
$this->content = $this->getContents();
582-
return parent::send();
582+
return parent::send($flush);
583583
}
584584

585585

0 commit comments

Comments
 (0)