From 0a24783dc45dbe60c5c927f9c11c52eb8968d06f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 10 Jun 2011 22:24:12 +0000 Subject: [PATCH] opps ... --- inc/wrapper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2