Skip to content

Commit

Permalink
Update QuickNavigationMedia.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jun 4, 2024
1 parent 29741a7 commit aeb0ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QuickNavigation/Media/QuickNavigationMedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function GenerateMediaHistoryList(int $limit = 15): ?string
'icon' => 'fa-regular fa-clock',
'listItems' => $listItems,
]);
return $quick_file_nav . $fragment->parse('QuickNavigation/Dropdown.php');
return $quick_file_nav . $fragment->parse('QuickNavigation/Dropdown.php');
}

return null;
Expand Down

0 comments on commit aeb0ae8

Please sign in to comment.