]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Missed this to rename ...
[mailer.git] / inc / libs / surfbar_functions.php
index 42ec4152d835073a01837cf842a0b3022fda5f39..f22ac3899ee269f6748c4bceda58f570ab387751 100644 (file)
@@ -196,7 +196,7 @@ function SURFBAR_MEMBER_ACTIONS ($urlId, $status) {
        // "Walk" through all actions and create forms
        foreach ($actionArray as $actionId => $action) {
                // Add form for this action
-               $OUT .= loadTemplate('member_surfbar_list_form', true, array(
+               $OUT .= loadTemplate('member_list_surfbar_form', true, array(
                        'width'  => $width,
                        'url_id' => bigintval($urlId),
                        'action' => strtolower($action)