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/plugins.php

    r2215 r2216  
    2121     ); 
    2222} 
    23 if ($core->blog->settings->system->repository_plugin_url === null) { 
     23if ($core->blog->settings->system->store_plugin_url === null) { 
    2424     $core->blog->settings->system->put( 
    25           'repository_plugin_url', 'http://update.dotaddict.org/dc2/plugins.xml', 'string', 'Plugins XML feed location', true, true 
     25          'store_plugin_url', 'http://update.dotaddict.org/dc2/plugins.xml', 'string', 'Plugins XML feed location', true, true 
    2626     ); 
    2727} 
     
    3131     $core->plugins,  
    3232     DC_PLUGINS_ROOT,  
    33      $core->blog->settings->system->repository_plugin_url 
     33     $core->blog->settings->system->store_plugin_url 
    3434); 
    3535 
     
    156156 
    157157     # Updated modules from repo 
    158      $modules = $list->repository->get(true); 
     158     $modules = $list->store->get(true); 
    159159     if (!empty($modules)) { 
    160160          echo  
     
    225225     # New modules from repo 
    226226     $search = $list->getSearchQuery(); 
    227      $modules = $search ? $list->repository->search($search) : $list->repository->get(); 
     227     $modules = $search ? $list->store->search($search) : $list->store->get(); 
    228228 
    229229     if (!empty($search) || !empty($modules)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map