diff options
author | patdenice <patdenice@piwigo.org> | 2010-12-11 21:20:12 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-12-11 21:20:12 +0000 |
commit | 1b5260522e3234c122613189bf14deab445ed4c9 (patch) | |
tree | a136916373b416a0ffa5ac4544829764450eb91e /admin/include/plugins.class.php | |
parent | ea64e421cb529637a6aa7fad7b0b881b3c224fad (diff) |
feature 2048: send technical details only to get_version_list.php of PEM API.
git-svn-id: http://piwigo.org/svn/trunk@8084 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/plugins.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/plugins.class.php b/admin/include/plugins.class.php index 5b620da62..169a50b76 100644 --- a/admin/include/plugins.class.php +++ b/admin/include/plugins.class.php @@ -299,7 +299,7 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\''; $version = PHPWG_VERSION; $versions_to_check = array(); $url = PEM_URL . '/api/get_version_list.php'; - if (fetchRemote($url, $result, $get_data) and $pem_versions = @unserialize($result)) + if (fetchRemote($url, $result, $get_data, get_hosting_technical_details()) and $pem_versions = @unserialize($result)) { if (!preg_match('/^\d+\.\d+\.\d+/', $version)) { |