]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Drop user-only requirement for subscribe action
authorEvan Prodromou <evan@status.net>
Tue, 23 Feb 2010 13:38:23 +0000 (08:38 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 23 Feb 2010 13:38:23 +0000 (08:38 -0500)
commit1bffe424131dfa2c7a85fd9cf782e8c806326bbe
tree3ee449c32c8591f8c7174e48a3dd0d03e05450f3
parent1fe031844c136d503074e23e0d0a50056dc224dc
Drop user-only requirement for subscribe action

I removed the check for local users in the subscribe button. I replaced
it with a more specific check for OMB 0.1 remote profiles, which you
can't use with this action.

I also took the opportunity to split the handle() method into
prepare() and handle(), and added PHPCS clean documentation.
actions/subscribe.php