summaryrefslogtreecommitdiff
path: root/fetchforumsaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchforumsaction.cpp')
-rw-r--r--fetchforumsaction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchforumsaction.cpp b/fetchforumsaction.cpp
index 53f1f12..c3b77cd 100644
--- a/fetchforumsaction.cpp
+++ b/fetchforumsaction.cpp
@@ -78,6 +78,8 @@ void FetchForumsAction::handleFinishedCall()
_board->setConfig("last_forums_fetch",
QDateTime::currentDateTimeUtc().toString(Qt::ISODate));
+ _board->setConfig("last_forums_fetch_logged_in",
+ _board->loggedIn() ? "1" : "0");
db.commit();
_board->notifyForumsChanged();
} else {