Ignore:
Timestamp:
Apr 20, 2011, 4:02:07 PM (13 years ago)
Author:
patdenice
Message:

Send installed extension with $_POST.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/include/autoupdate.class.php

    r10037 r10510  
    9797    );
    9898
     99    $post_data = array();
    99100    if (!empty($ext_to_check))
    100101    {
    101       $get_data['extension_include'] = implode(',', array_keys($ext_to_check));
    102     }
    103 
    104     if (fetchRemote($url, $result, $get_data))
     102      $post_data['extension_include'] = implode(',', array_keys($ext_to_check));
     103    }
     104
     105    if (fetchRemote($url, $result, $get_data, $post_data))
    105106    {
    106107      $pem_exts = @unserialize($result);
Note: See TracChangeset for help on using the changeset viewer.