From 2a89e0416367cd0b72174bb641bfd917a83934d1 Mon Sep 17 00:00:00 2001 From: RA Date: Tue, 28 Jul 2015 16:22:31 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20"=D0=94=D0=B5=D0=BB=D1=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/NCLNameCaseRu.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Library/NCLNameCaseRu.php b/Library/NCLNameCaseRu.php index cd498dd..b331101 100644 --- a/Library/NCLNameCaseRu.php +++ b/Library/NCLNameCaseRu.php @@ -103,6 +103,13 @@ class NCLNameCaseRu extends NCLNameCaseCore { if ($this->in($this->Last(1), 'ьй')) { + if ($this->inNames($this->workingWord, array('Дель'))) + { + $this->Rule(101); + $this->makeResultTheSame(); + return true; + } + if ($this->Last(2, 1) != "и") { $this->wordForms($this->workingWord, array('я', 'ю', 'я', 'ем', 'е'), 1);