diff options
Diffstat (limited to 'actions/apifriendshipsshow.php')
-rw-r--r-- | actions/apifriendshipsshow.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/apifriendshipsshow.php b/actions/apifriendshipsshow.php index 8850496c7..c5aed238f 100644 --- a/actions/apifriendshipsshow.php +++ b/actions/apifriendshipsshow.php @@ -45,7 +45,6 @@ require_once INSTALLDIR.'/lib/apibareauth.php'; class ApiFriendshipsShowAction extends ApiBareAuthAction { - var $user = null; var $source = null; var $target = null; |