From 0c14bfc897adb89d5e2893cc494c29da96d17c7c Mon Sep 17 00:00:00 2001 From: Christopher Darling Date: Tue, 15 Mar 2016 11:49:12 +0000 Subject: [PATCH] DOCS: FulltextSearchable code example --- search/FulltextSearchable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/FulltextSearchable.php b/search/FulltextSearchable.php index cdd8c4a73..ee7c36a80 100644 --- a/search/FulltextSearchable.php +++ b/search/FulltextSearchable.php @@ -32,7 +32,7 @@ class FulltextSearchable extends DataExtension { * It can be used to limit the searched classes, but not to add your own classes. * For this purpose, please use {@link Object::add_extension()} directly: * - * MyObject::add_extension("FulltextSearchable('MySearchableField,'MyOtherField')"); + * MyObject::add_extension("FulltextSearchable('MySearchableField,MyOtherField')"); * * * Caution: This is a wrapper method that should only be used in _config.php,