Fixes Syntax Error in Line 126

There was a Typo / Syntax Error in Line 116.
This commit is contained in:
Pierre
2013-01-29 13:43:12 +01:00
parent 6ad12164b5
commit 0dc94f163b
@@ -113,7 +113,7 @@ class AdminSearchConfControllerCore extends AdminController
'title' => $this->l('Blacklisted words'),
'size' => 35,
'validation' => 'isGenericName',
'desc' => $this->l('Please enter the index words separated by a "|".'|".'),
'desc' => $this->l('Please enter the index words separated by a "|".'),
'type' => 'textLang'
)
),