Changeset 3070 for trunk/admin/include/plugins.class.php
- Timestamp:
- Jan 13, 2009, 1:38:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/plugins.class.php
r3049 r3070 265 265 function get_server_plugins($new=false) 266 266 { 267 global $user; 268 267 269 // Retrieve PEM versions 268 270 $version = PHPWG_VERSION; … … 302 304 $url = PEM_URL . '/api/get_revision_list.php?category_id=12&format=php&last_revision_only=true'; 303 305 $url .= '&version=' . implode(',', $versions_to_check); 306 $url .= '&lang=' . substr($user['language'], 0, 2); 304 307 305 308 if (!empty($plugins_to_check))
Note: See TracChangeset
for help on using the changeset viewer.