]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_refid.php
Fix for missing variable
[mailer.git] / inc / modules / admin / what-config_refid.php
index 9b4a3d57a7895339297b506a8d7390dd57a53aaf..90754977711a0d93936e6d30584c4dec9e0513c8 100644 (file)
@@ -41,14 +41,14 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isFormSent()) {
        // Save data
        adminSaveSettingsFromPostData();
 } else {
        // Prepare member selection
-       $content['form_selection'] = addMemberSelectionBox(getConfig('def_refid'), false, true, true, 'def_refid');
+       $content['form_selection'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid');
 
        // Prepare contants for the template
        foreach (array('refid_target_index','refid_target_register','select_user_zero_refid_y','select_user_zero_refid_n') as $entry) {