diff --git a/app/modules/web/themes/material-blue/views/account/search-rows.inc b/app/modules/web/themes/material-blue/views/account/search-rows.inc index 56d59292b..b1a598424 100644 --- a/app/modules/web/themes/material-blue/views/account/search-rows.inc +++ b/app/modules/web/themes/material-blue/views/account/search-rows.inc @@ -76,7 +76,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff'); class="btn-action" data-action-route="" data-item-id="getId(); ?>" - data-onclick="account/view">getName(), ENT_QUOTES); ?> + data-onclick="account/view">getName(), ENT_QUOTES); ?>
getName(), ENT_QUOTES); ?> diff --git a/app/modules/web/themes/material-blue/views/config/info.inc b/app/modules/web/themes/material-blue/views/config/info.inc index 3e08c8de8..3a4e039c3 100644 --- a/app/modules/web/themes/material-blue/views/config/info.inc +++ b/app/modules/web/themes/material-blue/views/config/info.inc @@ -58,7 +58,7 @@
- +

@@ -73,7 +73,7 @@
- =')): ?> + = 50600): ?>
$value): ?> diff --git a/app/modules/web/themes/material-blue/views/config/wiki.inc b/app/modules/web/themes/material-blue/views/config/wiki.inc index 307488055..5e8f77c38 100644 --- a/app/modules/web/themes/material-blue/views/config/wiki.inc +++ b/app/modules/web/themes/material-blue/views/config/wiki.inc @@ -61,7 +61,7 @@ use SP\Mvc\View\Template;

- +

diff --git a/app/modules/web/themes/material-blue/views/eventlog/datagrid-rows.inc b/app/modules/web/themes/material-blue/views/eventlog/datagrid-rows.inc index d94a98ba4..e9ca0788e 100644 --- a/app/modules/web/themes/material-blue/views/eventlog/datagrid-rows.inc +++ b/app/modules/web/themes/material-blue/views/eventlog/datagrid-rows.inc @@ -22,7 +22,7 @@ $data = $_getvar('data'); getData()->getDataRowSources() as $rowSrc): ?> {$rowSrc['name']}() : $dataItem->{$rowSrc['name']}; ?> - + diff --git a/app/modules/web/themes/material-blue/views/grid/datagrid-grid.inc b/app/modules/web/themes/material-blue/views/grid/datagrid-grid.inc index f9f6820c1..7ca4084ee 100644 --- a/app/modules/web/themes/material-blue/views/grid/datagrid-grid.inc +++ b/app/modules/web/themes/material-blue/views/grid/datagrid-grid.inc @@ -19,7 +19,7 @@ if (!isset($data)) { $data = $_getvar('data'); } -$index = isset($index) ? $index : 0; +$index = $index ?? 0; ?>

diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index dfa9ed90e..98bf0ef5b 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -60,9 +60,9 @@ final class Installer extends Service /** * sysPass' version and build number */ - const VERSION = [3, 2, 3]; + const VERSION = [3, 2, 4]; const VERSION_TEXT = '3.2'; - const BUILD = 22052501; + const BUILD = 22052601; /** * @var DatabaseSetupInterface