Admin/guest menu add fixed
[mailer.git] / inc / modules / admin / what-guest_add.php
index 1728bdd49809636cb9b9bb9f6b49c96aefed4e8c..009ebdce982388c412d93e8e0abd6699e585ea6d 100644 (file)
@@ -174,8 +174,8 @@ ORDER BY `sort` ASC",
 
        // Prepare selections for template
        $content['below_selection']  = $OUT;
-       $content['what_selection']   = adminAddMenuSelectionBox('member', 'what'  , 'name');
-       $content['action_selection'] = adminAddMenuSelectionBox('member', 'action', 'menu');
+       $content['what_selection']   = adminAddMenuSelectionBox('guest', 'what'  , 'name');
+       $content['action_selection'] = adminAddMenuSelectionBox('guest', 'action', 'menu');
 
        // Display form
        loadTemplate('admin_guest_add', false, $content);