some workarounds in Thread plugin (don't show stale info in html forms)

This commit is contained in:
2021-05-27 10:29:26 +02:00
parent fb64f5e456
commit aa71abd725
4 changed files with 47 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2010-2014, Tomasz Sowa
* Copyright (c) 2010-2021, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -55,6 +55,7 @@ public:
Reply();
bool HasAccess();
void MakePost();
void MakeGet();
void SetTDb(TDb * ptdb);
void SetThreadInfo(ThreadInfo * pthread_info);
@@ -68,6 +69,7 @@ private:
Thread thread;
Item * files_dir;
NotifyMsg notify_msg;
Item empty_item;
void SendNotify(const Item & item);
};