]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/fo_view.pl
*** empty log message ***
[selfforum.git] / selfforum-cgi / user / fo_view.pl
index 5d7d529945dd2021db22fd0dc1355205b73cb296..ad74b50afa9e64f3daf84ef496d3512075ec4ec8 100644 (file)
@@ -42,13 +42,14 @@ my ($tid, $mid) = (param ($cgi -> {thread}), param ($cgi -> {posting}));
 if (defined ($tid) and defined ($mid)) {
   print_posting_as_HTML ($message_path,
                          "$Bin/".$show_posting -> {templateFile},
-                        {assign   => $show_posting -> {assign},
-                         thread   => $tid,
-                         posting  => $mid,
-                         messages => $show_posting -> {messages},
-                         form     => $show_posting -> {form},
-                         cgi      => $cgi,
-                         tree     => $tree
+                        {assign       => $show_posting -> {assign},
+                         thread       => $tid,
+                         posting      => $mid,
+                         adminDefault => $adminDefault,
+                         messages     => $show_posting -> {messages},
+                         form         => $show_posting -> {form},
+                         cgi          => $cgi,
+                         tree         => $tree
                         });}
 
 else {

patrick-canterino.de