Lower doc modules search priority

refs #8668
This commit is contained in:
Eric Lippmann 2015-03-12 18:09:43 +01:00
parent c1d5231619
commit 3970d7dec2
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ $section->add($this->translate('Developer - Style'), array(
'priority' => 200,
));
$this->provideSearchUrl($this->translate('Doc'), 'doc/search');
$this->provideSearchUrl($this->translate('Doc'), 'doc/search', -10);