Fossil SCM
Do not require repo write permissions to preview a chat post.
Commit
3ecef40695e5fece782c46c28dad358ca9f5bdd58ea66e5d3400ac8e344e76b6
Parent
4f4698c54dcf125…
1 file changed
+1
-1
+1
-1
| --- src/ajax.c | ||
| +++ src/ajax.c | ||
| @@ -307,11 +307,11 @@ | ||
| 307 | 307 | Blob content = empty_blob; |
| 308 | 308 | const char * zRenderMode = 0; |
| 309 | 309 | |
| 310 | 310 | ajax_get_fnci_args( &zFilename, 0 ); |
| 311 | 311 | |
| 312 | - if(!ajax_route_bootstrap(1,1)){ | |
| 312 | + if(!ajax_route_bootstrap(0,1)){ | |
| 313 | 313 | return; |
| 314 | 314 | } |
| 315 | 315 | if(zFilename==0){ |
| 316 | 316 | /* The filename is only used for mimetype determination, |
| 317 | 317 | ** so we can default it... */ |
| 318 | 318 |
| --- src/ajax.c | |
| +++ src/ajax.c | |
| @@ -307,11 +307,11 @@ | |
| 307 | Blob content = empty_blob; |
| 308 | const char * zRenderMode = 0; |
| 309 | |
| 310 | ajax_get_fnci_args( &zFilename, 0 ); |
| 311 | |
| 312 | if(!ajax_route_bootstrap(1,1)){ |
| 313 | return; |
| 314 | } |
| 315 | if(zFilename==0){ |
| 316 | /* The filename is only used for mimetype determination, |
| 317 | ** so we can default it... */ |
| 318 |
| --- src/ajax.c | |
| +++ src/ajax.c | |
| @@ -307,11 +307,11 @@ | |
| 307 | Blob content = empty_blob; |
| 308 | const char * zRenderMode = 0; |
| 309 | |
| 310 | ajax_get_fnci_args( &zFilename, 0 ); |
| 311 | |
| 312 | if(!ajax_route_bootstrap(0,1)){ |
| 313 | return; |
| 314 | } |
| 315 | if(zFilename==0){ |
| 316 | /* The filename is only used for mimetype determination, |
| 317 | ** so we can default it... */ |
| 318 |