From 19240f45c2566341c550a055cba6b8e7eb9c4dff Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Fri, 4 Dec 2009 12:00:05 +0000 Subject: [PATCH] missing function fix --- e107_admin/lancheck.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php index 872c3a658..16f56c919 100644 --- a/e107_admin/lancheck.php +++ b/e107_admin/lancheck.php @@ -10,8 +10,8 @@ * With code from Izydor and Lolo. * * $Source: /cvs_backup/e107_0.8/e107_admin/lancheck.php,v $ - * $Revision: 1.20 $ - * $Date: 2009-11-18 01:04:26 $ + * $Revision: 1.21 $ + * $Date: 2009-12-04 12:00:05 $ * $Author: e107coders $ * */ @@ -543,7 +543,7 @@ class lancheck foreach($subkeys as $sk) { - if($utf_error == "" && !is_utf8($check[$k_check][$sk])) + if($utf_error == "" && !$this->is_utf8($check[$k_check][$sk])) { $utf_error = "".LAN_CHECK_19."
"; }