Dotclear


Ignore:
Timestamp:
10/02/13 17:47:15 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
dcRepo
Message:

Rename dcRepository to dcStore because of dotAddict used this name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/services.php

    r2215 r2216  
    465465          } 
    466466          elseif ($list == 'plugin-new') { 
    467                $repository = new dcRepository( 
     467               $store = new dcStore( 
    468468                    $core->plugins,  
    469                     $core->blog->settings->system->repository_plugin_url 
     469                    $core->blog->settings->system->store_plugin_url 
    470470               ); 
    471                $repository->check(); 
    472  
    473                $modules = $repository->get(); 
     471               $store->check(); 
     472 
     473               $modules = $store->get(); 
    474474               if (empty($modules) || !isset($modules[$id])) { 
    475475                    throw new Exception('Unknow module ID'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map