Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbinder committed Apr 22, 2018
1 parent d23f8de commit 08d9f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common_function.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function isUserAuthorized($scriptName)

if ( $menuStatement->rowCount() === 0 || $menuStatement->rowCount() > 1)
{
$gMessage->show($gL10n->get('PLG_FORMFILLER_MENU_URL_ERROR', $scriptName), $gL10n->get('SYS_ERROR'));
$gMessage->show($gL10n->get('PLG_FORMFILLER_MENU_URL_ERROR', array($scriptName)), $gL10n->get('SYS_ERROR'));
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
*/

$plugin_version = '2.3.1';
$plugin_stand = '20.04.2018';
$plugin_stand = '22.04.2018';

0 comments on commit 08d9f41

Please sign in to comment.