[0.4] Небольшие исправления. Добавление цепочек

This commit is contained in:
Andriy Chaika 2011-07-08 20:06:07 +03:00
parent 4e32415721
commit d6d59681f3

View File

@ -97,6 +97,7 @@ class NCLNameCaseCore extends NCL
$this->index = array('N' => array(), 'F' => array(), 'S' => array());
$this->reset();
$this->notReady();
return $this;
}
/**