Plugin Directory

Changeset 710408


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

fixed friending

File:
1 edited

Legend:

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

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