]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-memedit.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-memedit.php
index 984e045b0483560dbe11aabb76ae978d31801a92..e2b878f263f95903efac06477524c0ef4a844af8 100644 (file)
@@ -89,7 +89,9 @@ if ((isFormSent('edit')) && (ifPostContainsSelections()) && (!isDemoModeActive()
        } // END - foreach
 
        // Add row content and current counter
-       $content['rows'] = $OUT;
+       $content['rows']  = $OUT;
+       $content['chk']   = countPostSelection();
+       $content['sub']   = $subMenu;
        $content['count'] = $count;
 
        // Load template
@@ -215,7 +217,7 @@ if ((isFormSent('edit')) && (ifPostContainsSelections()) && (!isDemoModeActive()
                        }
 
                        // Add more entries
-                       $content['mode'] = 'mem';
+                       $content['do'] = 'mem';
 
                        // Load row template and switch color
                        $OUT .= loadTemplate('admin_menu_overview_row', true, $content);