Merge pull request #234 from bloodywing/development

[-] BO : Fixes Syntax Error in Line 126 in AdminSearchConfController.php
This commit is contained in:
Damien Metzger
2013-02-01 09:32:06 -08:00
@@ -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'
)
),