Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Walther <[email protected]>
  • Loading branch information
christophboecker and alxndr-w authored Aug 19, 2024
1 parent e0b1f81 commit cadb10b
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 @@ -18,7 +18,7 @@
$sql = rex_sql::factory();

/* Tablesets aktualisieren */
if (rex_addon::get('yform')->isAvailable()) {
if (rex_plugin::get('yform', 'manager')->isAvailable()) {
rex_yform_manager_table_api::importTablesets(rex_file::get(__DIR__ . '/install/tableset.json'));

// Vorhandene leere UUID-Felder aktualisieren
Expand Down

0 comments on commit cadb10b

Please sign in to comment.