We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8b2f9 commit 51c849fCopy full SHA for 51c849f
1 file changed
lib/QuickNavigation/Button/YformButton.php
@@ -21,7 +21,7 @@ public function get(): string
21
{
22
$yform = rex_addon::get('yform');
23
if (version_compare($yform->getVersion(), '5.0.0', '<')) {
24
- if (!$yform->isAvailable() || !rex_plugin::get('yform', 'manager')->isAvailable()) {
+ if (!$yform->isAvailable() && !rex_plugin::get('yform', 'manager')->isAvailable()) {
25
return '';
26
}
27
0 commit comments