Changeset 2216:91f485a16187 for admin/services.php
- Timestamp:
- 10/02/13 17:47:15 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/services.php
r2215 r2216 465 465 } 466 466 elseif ($list == 'plugin-new') { 467 $ repository = new dcRepository(467 $store = new dcStore( 468 468 $core->plugins, 469 $core->blog->settings->system-> repository_plugin_url469 $core->blog->settings->system->store_plugin_url 470 470 ); 471 $ repository->check();472 473 $modules = $ repository->get();471 $store->check(); 472 473 $modules = $store->get(); 474 474 if (empty($modules) || !isset($modules[$id])) { 475 475 throw new Exception('Unknow module ID');
Note: See TracChangeset
for help on using the changeset viewer.