Skip to content

Commit

Permalink
Update PageRevisions.php
Browse files Browse the repository at this point in the history
Fix history for pages with dot in name
  • Loading branch information
TherealperO committed Aug 4, 2022
1 parent 7efac80 commit 4d8dc0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/Ui/PageRevisions.php
Expand Up @@ -69,6 +69,7 @@ public function show($first = 0)
$form->addTagOpen('ul');
foreach ($revisions as $info) {
$rev = $info['date'];
$info['media'] = false;
$RevInfo = new RevisionInfo($info);
$RevInfo->isCurrent($changelog->isCurrentRevision($rev));

Expand Down

0 comments on commit 4d8dc0c

Please sign in to comment.