X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=466e5737fd464b1ec0a0e4095c8e00f3bef6f0a9;hb=4f7df133f736da124e6f7bd02008b9093f736451;hp=5262427d9ba36aa16e4526c5daeec75495371578;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;p=mailer.git diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index 5262427d9b..466e5737fd 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -1,24 +1,23 @@ getConfig('user_min_confirmed') - ); + // Set all selections + $content = merge_array($content, getSelectedConfig(array('refid_target', 'select_user_zero_refid'))); // Load template - LOAD_TEMPLATE("admin_config_refid", false, $content); + loadTemplate('admin_config_refid', FALSE, $content); } // [EOF]