s4

changeset 191:24e0f2b4d51b

Variable name mistake fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 23 Apr 2016 21:10:55 +0859
parents ba6c2c3c0373
children 50e6195130b3
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Sat Apr 23 20:09:04 2016 +0859
     1.2 +++ b/s4-blog.sh	Sat Apr 23 21:10:55 2016 +0859
     1.3 @@ -31,7 +31,7 @@
     1.4  	emails=`collectemail $blogowner`
     1.5        fi
     1.6        notifyto=`getpar notifyto`
     1.7 -      if [ -n "$replyto" ]; then
     1.8 +      if [ -n "$notifyto" ]; then
     1.9  	emails=$emails" `email4groupbyuid \"$blogowner\" $notifyto`"
    1.10        fi
    1.11  	;;