]> git.mxchange.org Git - friendica-addons.git/commitdiff
Updated documentation of the newmemberwidget
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 14 Feb 2019 15:12:57 +0000 (16:12 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 14 Feb 2019 15:12:57 +0000 (16:12 +0100)
newmemberwidget/README.md

index ca3ace36649c2f780b3775b52147f1c56a81ca60..c165ae0dc1069bd767045cbe9e9649da5f2ace9f 100644 (file)
@@ -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
 ------------