diff options
Diffstat (limited to '')
-rw-r--r-- | src/controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controller.cpp b/src/controller.cpp index a04a8e0b..f96c625d 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -220,6 +220,7 @@ void controller::run(int argc, char * argv[]) { if (do_import) { LOG(LOG_INFO,"Importing OPML file from %s",importfile.c_str()); urlcfg = new file_urlreader(url_file); + urlcfg->reload(); import_opml(importfile.c_str()); return; } |