+ small improvment of getMainPageUrl()

This commit is contained in:
kelson42 2011-11-26 07:14:09 +00:00
parent 9d4fd28ba6
commit fb12ac5eb1
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ namespace kiwix {
if (url.empty()) {
url = getFirstPageUrl();
}
} else {
url = getFirstPageUrl();
}
return url;