X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=fdf5a00c888249d41743b6ec912ee4129a242d97;hb=12effdb00f104773905152bfb2950496c2efaec4;hp=73282a156468fcd838905735dc1185a511d636de;hpb=61234f4bdf7b153688f02a4af85c5cc54a7b010c;p=mailer.git diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index 73282a1564..fdf5a00c88 100644 --- a/inc/modules/admin/what-list_cats.php +++ b/inc/modules/admin/what-list_cats.php @@ -76,8 +76,8 @@ if (isGetRequestParameterSet('userid')) { } // END - if // Add more elements - $content['cnt'] = $count; - $content['sel'] = $selection; + $content['count'] = $count; + $content['sel'] = $selection; // Load row template and count up $OUT .= loadTemplate('admin_list_user_cats_row', true, $content);