forked from organicmaps/organicmaps
Fixed bookmarks frontend URL
This commit is contained in:
parent
18b4038757
commit
56e4f048a6
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "map/bookmark_catalog.hpp"
|
||||
|
||||
#include "platform/platform.hpp"
|
||||
#include "platform/preferred_languages.hpp"
|
||||
|
||||
#include "coding/file_name_utils.hpp"
|
||||
|
||||
|
@ -110,5 +111,5 @@ std::string BookmarkCatalog::GetDownloadUrl(std::string const & serverId) const
|
|||
|
||||
std::string BookmarkCatalog::GetFrontendUrl() const
|
||||
{
|
||||
return kCatalogFrontendServer;
|
||||
return kCatalogFrontendServer + languages::GetCurrentNorm() + "/mobilefront/";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue