X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=0beb356e458a0b3afe60be70b9f1b3b3db4e7ea5;hp=f2f9ef81347db50c71c37401965629b467370900;hb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;hpb=505941fffb410fe82191d86e54f418f601f2f72f diff --git a/inc/modules/admin/what-config_rewrite.php b/inc/modules/admin/what-config_rewrite.php index f2f9ef8134..0beb356e45 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -66,7 +66,7 @@ if (isset($_POST['ok'])) { if (empty($title)) $title = "---"; // Already registered module? - if (ereg($mod, $_CONFIG['rewrite_skip'])) { + if (ereg($mod, getConfig('rewrite_skip'))) { // Found $y = " checked=\"checked\""; $n = "";