]> git.plutz.net Git - shellwiki/blobdiff - cgilite/users.sh
Merge commit '6bc502434737d7f08379e79b94fc6fda424ef779'
[shellwiki] / cgilite / users.sh
index c924789c2e25a6fcb71b7b60eb9980373e9038ec..32299ff1e3f97f26f7cb2c7d3860d56c1a3e83d2 100755 (executable)
@@ -621,7 +621,7 @@ w_user_invite(){
 
   if [ "$(GET user_confirm)" ]; then
     w_user_confirm
-  elif [ "$USER_ID" -a "$SENDMAIL" ]; then
+  elif [ "$USER_ID" -a "$USER_REQUIREEMAIL" = true ]; then
     w_user_invite_email
   elif [ "$USER_ID" ]; then
     uid="$(timeid)"