]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
Surfbar continued (unfinished) and some updates:
[mailer.git] / inc / modules / member / what-surfbar_list.php
index 05657ff1748f58b42b9bd61a226ec69c80740d5c..8879d19843799e931b173cab8ac2b1522f823d29 100644 (file)
@@ -48,7 +48,7 @@ $URLs = SURFBAR_GET_USER_URLS();
 // Are there entries or form is submitted?
 if ((isset($_POST['ok'])) && (isset($_POST['action'])) && (isset($_POST['id']))) {
        // Process the form
-       if (SURFBAR_MEMBER_DO_FORM($_POST)) {
+       if (SURFBAR_MEMBER_DO_FORM($_POST, $URLs)) {
                // Action performed
                LOAD_TEMPLATE("admin_settings_saved", false, MEMBER_SURFBAR_ACTION_DONE);
        } else {