diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-28 01:19:04 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-28 01:21:21 +0200 |
commit | 04ae500749ea2e5937ac1f28ef8c7edf4f99f0a1 (patch) | |
tree | 030549cd14592ca2f07c16babee27f0d67ddcf4a /actions/apiuserfriends.php | |
parent | a12474a99d0322123b1c8318dfa609d5d5392c7f (diff) |
* i18n/L10n fixes.
* translator documentation updated.
* superfluous whitespace removed.
Diffstat (limited to 'actions/apiuserfriends.php')
-rw-r--r-- | actions/apiuserfriends.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/apiuserfriends.php b/actions/apiuserfriends.php index 741a26e58..b77d08097 100644 --- a/actions/apiuserfriends.php +++ b/actions/apiuserfriends.php @@ -48,7 +48,6 @@ require_once INSTALLDIR . '/lib/apibareauth.php'; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class ApiUserFriendsAction extends ApiSubscriptionsAction { /** @@ -56,7 +55,6 @@ class ApiUserFriendsAction extends ApiSubscriptionsAction * * @return array Profiles */ - function getProfiles() { $offset = ($this->page - 1) * $this->count; @@ -85,5 +83,4 @@ class ApiUserFriendsAction extends ApiSubscriptionsAction return $profiles; } - } |