We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40ad0b commit 93ef4b9Copy full SHA for 93ef4b9
install.php
@@ -9,6 +9,11 @@
9
10
$content = rex_file::get(rex_path::addon('ycom', 'install/tablesets/yform_user.json'));
11
if (is_string($content) && '' !== $content) {
12
+ // vorher noch ycom_auth_password einbinden, da bei Install diese nicht bekannt ist.
13
+ if (!class_exists('rex_yform_value_ycom_auth_password')) {
14
+ include rex_path::addon('ycom', 'plugins/auth/lib/yform/value/ycom_auth_password.php');
15
+ }
16
+
17
rex_yform_manager_table_api::importTablesets($content);
18
}
19
0 commit comments