From: Roland Häder Date: Thu, 11 Aug 2011 13:45:48 +0000 (+0000) Subject: Fix for missing template elements X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d4c23d84d3983263b09e6dd084060793b57f973;p=mailer.git Fix for missing template elements --- diff --git a/inc/modules/admin/what-memedit.php b/inc/modules/admin/what-memedit.php index 984e045b04..2788c66bf5 100644 --- a/inc/modules/admin/what-memedit.php +++ b/inc/modules/admin/what-memedit.php @@ -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