Plugin Directory

Changeset 1968154


Ignore:
Timestamp:
11/03/2018 08:05:49 AM (7 years ago)
Author:
ar2net
Message:

change userchat.php

Location:
userchat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • userchat/tags/1.1.0/userchat.php

    r1961142 r1968154  
    268268        $params = array(
    269269            'phone' => $phone,
    270             'callback_id' => $user_id,
     270            'id' => $user_id,
    271271        );
    272272        $result = file_get_contents($url, false, stream_context_create(array(
  • userchat/trunk/userchat.php

    r1961142 r1968154  
    268268        $params = array(
    269269            'phone' => $phone,
    270             'callback_id' => $user_id,
     270            'id' => $user_id,
    271271        );
    272272        $result = file_get_contents($url, false, stream_context_create(array(
Note: See TracChangeset for help on using the changeset viewer.