forked from markus/S_New4
refix same error
This commit is contained in:
parent
5ab931c6db
commit
6b0b8ade73
@ -718,7 +718,7 @@ int ProgramManager::infoModus(Settings *settings)
|
||||
std::string nameInUrl = pageManager.checkName(settings->name);
|
||||
if(nameInUrl == "-1") {
|
||||
//Wenn nicht, dann fühe noch eine Suche nach ähnlichen durch.
|
||||
if( sucheNach_1_Serien(settings, nameInUrl) != 0) {
|
||||
if( sucheNach_1_Serien(settings, pageManager, nameInUrl) != 0) {
|
||||
if(settings->debugMode)
|
||||
std::cerr << ">>> Debug In " << __FUNCTION__ << ": sucheNach_1_Serien function failed." << std::endl;
|
||||
return 28;
|
||||
|
Loading…
Reference in New Issue
Block a user