Changes between Initial Version and Version 1 of Ticket #6043, comment 3
- Timestamp:
- 11/26/2014 01:11:01 PM (10 years ago)
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.1 I 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. 2 2 3 3 the first time {{{bp_get_signup_allowed()}}} is false and the second time it's true.