X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_types.php;h=c5a01a4b2998a8526e54c31c60e83b2594f52abe;hb=995488beda665a1fc3de65df95f2d1ae236d1245;hp=ce118a8891e10151f335fef9f3207ac6591b4989;hpb=74ea26a36ff202cfdca545025a17c9faf4d68efb;p=mailer.git diff --git a/inc/modules/admin/what-list_network_types.php b/inc/modules/admin/what-list_network_types.php index ce118a8891..c5a01a4b29 100644 --- a/inc/modules/admin/what-list_network_types.php +++ b/inc/modules/admin/what-list_network_types.php @@ -102,7 +102,7 @@ ORDER BY // Prepare data for template $content = array( 'rows' => $OUT, - 'network_id' => getRequestParameter('network'), + 'network_id' => bigintval(getRequestParameter('network')), 'network_title' => $networkData['network_title'], 'network_reflink' => $networkData['network_reflink'], );