ConfigLanguage_p.java: Fixed the filename for the API call to ConfigLanguage_p.html - previously ConfigLanguage.html was recorded and the action could not be replayed with error 404 - Not found

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7212 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
mikeworks 14 years ago
parent f468d377d7
commit 63e387508c

@ -73,7 +73,7 @@ public class ConfigLanguage_p {
String selectedLanguage = post.get("language"); String selectedLanguage = post.get("language");
// store this call as api call // store this call as api call
((Switchboard) env).tables.recordAPICall(post, "ConfigLanguage.html", WorkTables.TABLE_API_TYPE_CONFIGURATION, "language settings: " + selectedLanguage); ((Switchboard) env).tables.recordAPICall(post, "ConfigLanguage_p.html", WorkTables.TABLE_API_TYPE_CONFIGURATION, "language settings: " + selectedLanguage);
//change language //change language
if(post.containsKey("use_button") && selectedLanguage != null){ if(post.containsKey("use_button") && selectedLanguage != null){

Loading…
Cancel
Save