Skip to content

Commit

Permalink
fix yform4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrant88 committed Mar 14, 2022
1 parent 71c62c4 commit 2f42a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions lib/yform/action/cr_recipient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class rex_yform_action_cr_recipient extends rex_yform_action_abstract
{

function executeAction()
function executeAction() :void
{

$addon = rex_addon::get('lus_cleverreach');
Expand Down Expand Up @@ -91,10 +91,8 @@ function executeAction()
$this->params['warning_messages'][] = $errormsg;
$this->params['warning'][$this->getId()] = $this->params['error_class'];
//$this->params['warning_messages'][$this->getId()] = $errormsg;
return false;
}


}

function getDescription() :string
Expand Down
7 changes: 2 additions & 5 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Alle hier gesetzten Werte können über $addon->getProperty($key) abgefragt werden

package: lus_cleverreach # Pflichtfeld
version: '1.2.0' # Pflichtfeld
package: lus_cleverreach
version: '1.2.1'
author: Laut und Schoen
supportpage: https://github.com/tyrant88/lus_cleverreach

page:
#title: 'translate:lus_cleverreach_title'
title: 'translate:title'
perm: admin[]
icon: rex-icon fa-envelope-o
Expand Down

0 comments on commit 2f42a4f

Please sign in to comment.