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