Skip to content

Commit a2564d4

Browse files
authored
Merge pull request simplesamlphp#492 from sgomez/fix-metadata-bug
Fix object operator bug on templates/metadata.php
2 parents ab60545 + 75c9bb6 commit a2564d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$this-data['header'] = $this->t($this->data['headerString']);
2+
$this->data['header'] = $this->t($this->data['headerString']);
33
$this->includeAtTemplateBase('includes/header.php'); ?>
44
<h2><?php echo $this->data['header']; ?></h2>
55
<p><?php echo $this->t('metadata_intro'); ?></p>

0 commit comments

Comments
 (0)