Skip to content

Commit 06c0923

Browse files
authored
Update MediaSortButton.php
1 parent 85b2796 commit 06c0923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/QuickNavigation/Button/MediaSortButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function get(): string
1515
$user = rex::getUser()->getId();
1616
$package = rex_addon::get('quick_navigation');
1717

18-
if (!rex::getUser() || $package->getConfig('quick_navigation_mediasort' . $user) !== '1') {
18+
if (!rex::getUser()) {
1919
return '';
2020
}
2121

0 commit comments

Comments
 (0)