upgraded core, fixed customs modules
This commit is contained in:
@@ -260,7 +260,7 @@ class Base extends ControllerBase {
|
||||
// Get the typed string from the URL, if it exists.
|
||||
$this->keys = $request->query->get('keys');
|
||||
if($this->keys){
|
||||
$this->keys = Unicode::strtolower($this->keys);
|
||||
$this->keys = mb_strtolower($this->keys);
|
||||
// $this->keys = Tags::explode($this->keys);
|
||||
\Drupal::logger('materio_sapi')->notice($this->keys);
|
||||
}
|
||||
|
Reference in New Issue
Block a user