X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=newmemberwidget%2FREADME.md;h=c165ae0dc1069bd767045cbe9e9649da5f2ace9f;hb=58030804cbd9b83e980af912e6c3a488335b532e;hp=ca3ace36649c2f780b3775b52147f1c56a81ca60;hpb=b0c8a4e1974b31c954e6c05e992274d42a33e79c;p=friendica-addons.git 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 ------------