changeset 169:daf3f670b5c2

Call blog_addentry with BLOG_SHOW
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 29 Jan 2016 12:00:50 +0859
parents 1dea78110c79
children 45d6954af516
files s4.cgi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4.cgi	Fri Jan 29 11:14:54 2016 +0859
+++ b/s4.cgi	Fri Jan 29 12:00:50 2016 +0859
@@ -55,7 +55,7 @@
   "blog")	# $2=grpID
     contenttype; echo
     . ./s4-blog.sh
-    blog_addentry $2
+    BLOG_SHOW=blog_showentry2 blog_addentry $2
     ;;
   "replyblog")
     contenttype; echo

yatex.org