mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Regex fixes and path fix for TinyMce.
This commit is contained in:
@@ -1930,7 +1930,7 @@ class lancheck
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return (preg_match('/^.{1}/us',$str,$ar) == 1);
|
||||
return (preg_match('/^./us',$str,$ar) == 1);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user