summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/twitapifriendships.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/twitapifriendships.php')
-rw-r--r--_darcs/pristine/actions/twitapifriendships.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_darcs/pristine/actions/twitapifriendships.php b/_darcs/pristine/actions/twitapifriendships.php
index d352b933b..a52f0fe4d 100644
--- a/_darcs/pristine/actions/twitapifriendships.php
+++ b/_darcs/pristine/actions/twitapifriendships.php
@@ -138,7 +138,7 @@ class TwitapifriendshipsAction extends TwitterapiAction {
switch ($apidata['content-type']) {
case 'xml':
$this->init_document('xml');
- common_element('friends', NULL, $result);
+ common_element('friends', null, $result);
$this->end_document('xml');
break;
case 'json':