Fossil SCM
Do not omit a forum thread's title while rendering [/help?cmd=/forumthread|/forumthread] page.
Commit
ffd32a9f70172eae514e0655026e1ca5ae463e46e97496e988ec078fa0681501
Parent
8d3176f117ce5fd…
1 file changed
+1
-1
+1
-1
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -862,11 +862,10 @@ | ||
| 862 | 862 | } |
| 863 | 863 | froot = db_int(0, "SELECT froot FROM forumpost WHERE fpid=%d", fpid); |
| 864 | 864 | if( froot==0 ){ |
| 865 | 865 | webpage_notfound_error("Not a forum post: \"%s\"", zName); |
| 866 | 866 | } |
| 867 | - if( fossil_strcmp(g.zPath,"forumthread")==0 ) fpid = 0; | |
| 868 | 867 | |
| 869 | 868 | /* Decode the mode parameters. */ |
| 870 | 869 | if( bRaw ){ |
| 871 | 870 | mode = FD_RAW; |
| 872 | 871 | bUnf = 1; |
| @@ -916,10 +915,11 @@ | ||
| 916 | 915 | } |
| 917 | 916 | style_submenu_checkbox("unf", "Unformatted", 0, 0); |
| 918 | 917 | style_submenu_checkbox("hist", "History", 0, 0); |
| 919 | 918 | |
| 920 | 919 | /* Display the thread. */ |
| 920 | + if( fossil_strcmp(g.zPath,"forumthread")==0 ) fpid = 0; | |
| 921 | 921 | forum_display_thread(froot, fpid, mode, autoMode, bUnf, bHist); |
| 922 | 922 | |
| 923 | 923 | /* Emit Forum Javascript. */ |
| 924 | 924 | builtin_request_js("forum.js"); |
| 925 | 925 | forum_emit_js(); |
| 926 | 926 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -862,11 +862,10 @@ | |
| 862 | } |
| 863 | froot = db_int(0, "SELECT froot FROM forumpost WHERE fpid=%d", fpid); |
| 864 | if( froot==0 ){ |
| 865 | webpage_notfound_error("Not a forum post: \"%s\"", zName); |
| 866 | } |
| 867 | if( fossil_strcmp(g.zPath,"forumthread")==0 ) fpid = 0; |
| 868 | |
| 869 | /* Decode the mode parameters. */ |
| 870 | if( bRaw ){ |
| 871 | mode = FD_RAW; |
| 872 | bUnf = 1; |
| @@ -916,10 +915,11 @@ | |
| 916 | } |
| 917 | style_submenu_checkbox("unf", "Unformatted", 0, 0); |
| 918 | style_submenu_checkbox("hist", "History", 0, 0); |
| 919 | |
| 920 | /* Display the thread. */ |
| 921 | forum_display_thread(froot, fpid, mode, autoMode, bUnf, bHist); |
| 922 | |
| 923 | /* Emit Forum Javascript. */ |
| 924 | builtin_request_js("forum.js"); |
| 925 | forum_emit_js(); |
| 926 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -862,11 +862,10 @@ | |
| 862 | } |
| 863 | froot = db_int(0, "SELECT froot FROM forumpost WHERE fpid=%d", fpid); |
| 864 | if( froot==0 ){ |
| 865 | webpage_notfound_error("Not a forum post: \"%s\"", zName); |
| 866 | } |
| 867 | |
| 868 | /* Decode the mode parameters. */ |
| 869 | if( bRaw ){ |
| 870 | mode = FD_RAW; |
| 871 | bUnf = 1; |
| @@ -916,10 +915,11 @@ | |
| 915 | } |
| 916 | style_submenu_checkbox("unf", "Unformatted", 0, 0); |
| 917 | style_submenu_checkbox("hist", "History", 0, 0); |
| 918 | |
| 919 | /* Display the thread. */ |
| 920 | if( fossil_strcmp(g.zPath,"forumthread")==0 ) fpid = 0; |
| 921 | forum_display_thread(froot, fpid, mode, autoMode, bUnf, bHist); |
| 922 | |
| 923 | /* Emit Forum Javascript. */ |
| 924 | builtin_request_js("forum.js"); |
| 925 | forum_emit_js(); |
| 926 |