Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Jun 22, 2024
1 parent fab8185 commit 77259c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$addon = rex_addon::get('blaupause');

if (rex_addon::get('yform')->isAvailable() && !rex::isSafeMode()) {
rex_yform_manager_table_api::importTablesets(rex_file::get(__DIR__ . 'install/rex_blaupause.tableset.json'));
rex_yform_manager_table_api::importTablesets(rex_file::get(__DIR__ . '/install/rex_blaupause.tableset.json'));
rex_yform_manager_table::deleteCache();
}

Expand Down

0 comments on commit 77259c2

Please sign in to comment.