Merge pull request #981 from ARNHOE/3.0

MINOR: Forgot Apostrophe in comment
This commit is contained in:
Ingo Schommer 2012-11-29 03:17:17 -08:00
commit 7db1d619e8

View File

@ -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:
* <code>
* Object::add_extension('MyObject', "FulltextSearchable('MySearchableField,'MyOtherField')");
* Object::add_extension('MyObject', "FulltextSearchable('MySearchableField','MyOtherField')");
* </code>
*
* Caution: This is a wrapper method that should only be used in _config.php,