summaryrefslogtreecommitdiff
path: root/actions/apifriendshipscreate.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-12 14:07:00 -0700
committerZach Copley <zach@status.net>2009-10-12 14:07:00 -0700
commit7fcaffdf86755a444ad9c24046161cb8a428c613 (patch)
tree43e2a5d8c332a6284e05c9f348d054b308bbd606 /actions/apifriendshipscreate.php
parente071a8cbffd8eaf63f2d92e15edc2f6f25d9c984 (diff)
Took out some unnecessary intializations
Diffstat (limited to 'actions/apifriendshipscreate.php')
-rw-r--r--actions/apifriendshipscreate.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/apifriendshipscreate.php b/actions/apifriendshipscreate.php
index 6c44d7961..fe4e9e9a2 100644
--- a/actions/apifriendshipscreate.php
+++ b/actions/apifriendshipscreate.php
@@ -47,7 +47,6 @@ require_once INSTALLDIR.'/lib/apiauth.php';
class ApiFriendshipsCreateAction extends ApiAuthAction
{
- var $user = null;
var $other = null;
/**