diff options
Diffstat (limited to 'resources/views/pending-changes-page.phtml')
| -rw-r--r-- | resources/views/pending-changes-page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pending-changes-page.phtml b/resources/views/pending-changes-page.phtml index 406421c30e..cfe79ce9e2 100644 --- a/resources/views/pending-changes-page.phtml +++ b/resources/views/pending-changes-page.phtml @@ -60,7 +60,7 @@ </form> </td> <td> - <?php foreach ($record_change->record->getFacts() as $fact) : ?> + <?php foreach ($record_change->record->facts() as $fact) : ?> <?php if ($fact->getTag() !== 'CHAN' && $fact->isPendingAddition()) : ?> <div class="new"> <?= strip_tags($fact->summary()) ?> |
