We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e876a29 commit 271a284Copy full SHA for 271a284
1 file changed
lib/QuickNavigation/Button/YformButton.php
@@ -19,7 +19,7 @@ class YformButton implements ButtonInterface
19
{
20
public function get(): string
21
22
-
+ $yform = rex_addon::get('yform');
23
return match (true) {
24
!$yform->isAvailable() => '',
25
version_compare($yform->getVersion(), '5.0.0', '<') && !rex_plugin::get('yform', 'manager')->isAvailable() => '',
0 commit comments