From 523adff2314424b37d7b9164d4a59708639cdbb1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 14 Feb 2019 16:12:57 +0100 Subject: [PATCH] Updated documentation of the newmemberwidget --- newmemberwidget/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/newmemberwidget/README.md b/newmemberwidget/README.md index ca3ace36..c165ae0d 100644 --- a/newmemberwidget/README.md +++ b/newmemberwidget/README.md @@ -17,12 +17,12 @@ Testing it ---------- You want to test it, but you don't want to create a new account? Take your fav text editor (yeah emacs will do as well) and edit the newmemberwidget.php file. -In line 21 you will find a if clause, just add a ! infront of the +In line 39 you will find a if clause, just add a ! infront of the - x(!_SESSION + empty($_SESSION[' -that will negate the requirement of being a new member, so don't forget the -remove that ! again after testing ;-) +right after the bracket following the if. That will negate the requirement of + being a new member, so don't forget the remove that ! again after testing ;-) Translations ------------