diff --git a/lib/settings-common.php b/lib/settings-common.php index c8cea3c..c522562 100644 --- a/lib/settings-common.php +++ b/lib/settings-common.php @@ -193,7 +193,7 @@ function injClean($data) { } // returns a UTF8 based string with any UFT8 BOM removed -function toUTF8noBOM($string,$message) { +function toUTF8noBOM($string,$message=false) { global $text; $t = $text['settings-common'];