diff --git a/src/timeline.c b/src/timeline.c index 5563012..2430224 100644 --- a/src/timeline.c +++ b/src/timeline.c @@ -45,6 +45,7 @@ void content_timeline(FCGX_Request* req, char* header_text, int show_post_box) { + perl_lock(); dSP; ENTER; SAVETMPS; @@ -73,6 +74,7 @@ void content_timeline(FCGX_Request* req, PUTBACK; FREETMPS; LEAVE; + perl_unlock(); struct base_page b = { .category = cat,