X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_types.php;h=07e6d4ab31021d285e212f4fb51375b0f2727152;hp=f59e930761af1d6857664f73806c3a838f40a9bc;hb=c0c6d5d58bdecd22bdcf7dfe5b24bec69e1810c7;hpb=865d8f7670c976d59d5699d72958c8c00f6af70e diff --git a/inc/modules/admin/what-list_network_types.php b/inc/modules/admin/what-list_network_types.php index f59e930761..07e6d4ab31 100644 --- a/inc/modules/admin/what-list_network_types.php +++ b/inc/modules/admin/what-list_network_types.php @@ -64,7 +64,7 @@ if ($GLOBALS['network_display'] === FALSE) { // Is there a network selected? if (isGetRequestElementSet('network_id')) { // Get its data for template - $networkData = getNetworkDataById(getRequestElement('network_id')); + $networkData = getNetworkDataFromId(getRequestElement('network_id')); // Init disabled list $GLOBALS['network_types_disabled'] = array();