Changeset 3071 for branches/2.0/admin
- Timestamp:
- Jan 13, 2009, 1:40:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/include/plugins.class.php
r3046 r3071 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.