X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_networks.php;h=ccf242dded72cd5d8b934dc88587bb05219b7447;hb=ad16f516e254e67b221dd72d518821e9a0853610;hp=44d87c3a6f794ec0dbdcab263f5b86940dcc613e;hpb=2e715eb7f3f8ca8d259aacb4cbbddde7d9d18e01;p=mailer.git diff --git a/inc/modules/admin/what-config_networks.php b/inc/modules/admin/what-config_networks.php index 44d87c3a6f..ccf242dded 100644 --- a/inc/modules/admin/what-config_networks.php +++ b/inc/modules/admin/what-config_networks.php @@ -87,7 +87,7 @@ if (!SQL_HASZERONUMS($result)) { loadTemplate('admin_list_network_config', false, $OUT); } else { // Please setup some networks first - loadTemplate('admin_settings_saved', false, '{--ADMIN_NETWORK_DATA_MISSING--}'); + displayMessage('{--ADMIN_NETWORK_DATA_MISSING--}'); } // Free result SQL_FREERESULT($result);