Skip to content

Commit

Permalink
fixed search navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Oct 7, 2013
1 parent 4fbc474 commit e56aa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/yacysearch.java
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ public static serverObjects respond(
&& sb.peers.mySeed().getFlagAcceptRemoteIndex(),
false,
lat, lon, rad,
sb.getConfig("search_navigation","").split(","));
sb.getConfig("search.navigation","").split(","));
EventTracker.delete(EventTracker.EClass.SEARCH);
EventTracker.update(EventTracker.EClass.SEARCH, new ProfilingGraph.EventSearch(
theQuery.id(true),
Expand Down

0 comments on commit e56aa4f

Please sign in to comment.