Fix for missing template elements
authorRoland Häder <roland@mxchange.org>
Thu, 11 Aug 2011 13:45:48 +0000 (13:45 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 11 Aug 2011 13:45:48 +0000 (13:45 +0000)
inc/modules/admin/what-memedit.php

index 984e045b0483560dbe11aabb76ae978d31801a92..2788c66bf59f075e27bfa447e4e4ddf826407d34 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