Active
Project:
Wikitools
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 06:47 UTC
Updated:
12 May 2011 at 06:47 UTC
Warning message in wikitools settings page about disabled search module (path example.com/admin/settings/wikitools) contains wrong link to modules administration page.
Current code:
<div class="messages warning">
You will not be able to select the "Node Search" or "Link to search" options until you <a href="/admin/modules">enable</a> the search module.</div>
Right code:
<div class="messages warning">
You will not be able to select the "Node Search" or "Link to search" options until you <a href="/admin/build/modules">enable</a> the search module.</div>