summaryrefslogtreecommitdiff
path: root/actions/apifriendshipscreate.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apifriendshipscreate.php')
-rw-r--r--actions/apifriendshipscreate.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/apifriendshipscreate.php b/actions/apifriendshipscreate.php
index 969fc1282..27bdbe062 100644
--- a/actions/apifriendshipscreate.php
+++ b/actions/apifriendshipscreate.php
@@ -47,8 +47,6 @@ require_once INSTALLDIR.'/lib/apiauth.php';
class ApiFriendshipsCreateAction extends ApiAuthAction
{
-
- var $format = null;
var $user = null;
var $other = null;
@@ -71,7 +69,6 @@ class ApiFriendshipsCreateAction extends ApiAuthAction
}
}
- $this->format = $this->arg('format');
$this->user = $this->auth_user;
$this->other = $this->getTargetUser($id);