Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Nov 21, 2023
1 parent 9bee6f0 commit b12a15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

/* Tablesets aktualisieren */
$addon = rex_addon:get('blaupause');

if (rex_addon::get('yform')->isAvailable() && !rex::isSafeMode()) {
rex_yform_manager_table_api::importTablesets(rex_file::get(rex_path::addon($this->name, 'install/rex_blaupause.tableset.json')));
rex_yform_manager_table_api::importTablesets(rex_file::get(rex_path::addon(addon->getName(), 'install/rex_blaupause.tableset.json')));
rex_yform_manager_table::deleteCache();
}

Expand Down

0 comments on commit b12a15b

Please sign in to comment.