Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6043, comment 3


Ignore:
Timestamp:
11/26/2014 01:11:01 PM (10 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6043, comment 3

    initial v1  
    1 I think my patch is working because it's the wrong way to solve the issue, the correct check would be {{{ ! empty()}}} in my case, and then it fails. Your commit is the good way, but it looks like the function is running twice.
     1I think my patch is working because it's the wrong way to solve the issue, the correct check should be {{{ ! empty()}}} in my case, and then it fails. Your commit is the good way, but it looks like the function is running twice.
    22
    33the first time {{{bp_get_signup_allowed()}}} is false and the second time it's true.