From 5d4c23d84d3983263b09e6dd084060793b57f973 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 11 Aug 2011 13:45:48 +0000 Subject: [PATCH] Fix for missing template elements --- inc/modules/admin/what-memedit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5