Plugin Directory

Changeset 710405


Ignore:
Timestamp:
05/09/2013 02:49:27 PM (13 years ago)
Author:
Yuttadhammo
Message:

fixed getting friends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddypress-xml-rpc-receiver/trunk/bp-xmlrpc.php

    r710387 r710405  
    702702        $username = $this->escape( $args[0] );
    703703        $password  = $this->escape( $args[1] );
     704        $data  = $this->escape( $args[2] );
    704705
    705706        if ( !$user = $this->login( $username, $password ) )
Note: See TracChangeset for help on using the changeset viewer.