We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b2796 commit 06c0923Copy full SHA for 06c0923
1 file changed
lib/QuickNavigation/Button/MediaSortButton.php
@@ -15,7 +15,7 @@ public function get(): string
15
$user = rex::getUser()->getId();
16
$package = rex_addon::get('quick_navigation');
17
18
- if (!rex::getUser() || $package->getConfig('quick_navigation_mediasort' . $user) !== '1') {
+ if (!rex::getUser()) {
19
return '';
20
}
21
0 commit comments