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 e6378d8cc0
commit 7d3fba413a
@@ -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'
)
),