mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
5 lines
111 B
PHP
5 lines
111 B
PHP
<?php
|
|
|
|
global $databaseConfig;
|
|
if (isset($databaseConfig['type'])) SearchUpdater::bind_manipulation_capture();
|