We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54bb085 + ec288a3 commit 01f5677Copy full SHA for 01f5677
Sources/Unicode/Utf8String.php
@@ -240,7 +240,7 @@ function ($matches) use ($upper, $title) {
240
// Greek conditional casing, part 1: Fix lowercase sigma.
241
// Note that this rule doesn't depend on $txt['lang_locale'].
242
if ($case !== 'upper' && str_contains($this->string, 'ς') || str_contains($this->string, 'σ')) {
243
- require_once $sourcedir . '/Unicode/RegularExpressions.php';
+ require_once Config::$sourcedir . '/Unicode/RegularExpressions.php';
244
245
$prop_classes = utf8_regex_properties();
246
0 commit comments