From: Roland Häder Date: Fri, 10 Jun 2011 22:24:12 +0000 (+0000) Subject: opps ... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=0a24783dc45dbe60c5c927f9c11c52eb8968d06f opps ... --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 11ef1ef287..ffd748ab41 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -2431,7 +2431,7 @@ function changeDataInInclude ($FQFN, $comment, $prefix, $suffix, $DATA, $seek=0) } // Wrapper for changing entries in config-local.php -function changeDataInInclude ($comment, $prefix, $suffix, $DATA, $seek = 0) { +function changeDataInLocalConfigurationFile ($comment, $prefix, $suffix, $DATA, $seek = 0) { // Call the inner function return changeDataInInclude(getCachePath() . 'config-local.php', $comment, $prefix, $suffix, $DATA, $seek); }