]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - lib/apiaction.php
Replace $this->user/auth_user with $this->scoped in lib/apiaction.php
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 17 Feb 2015 16:16:33 +0000 (17:16 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 17 Feb 2015 16:16:33 +0000 (17:16 +0100)
commit6cdedf60492e61b2d8e7dc2d20172e3cfd43fca1
treef929169cf55be5e8ff9b7739f20233516e45139a
parent61aa71ed34d944d6c4005fdeb33c2128d51eed9d
Replace $this->user/auth_user with $this->scoped in lib/apiaction.php

We prefer handling a Profile class rather than the User class, as some
functions might be useful for remote users as well, which cannot be
handled via the User class.
lib/apiaction.php