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

    r2215 r2216  
    1616 
    1717# -- "First time" settings setup -- 
    18 if ($core->blog->settings->system->repository_theme_url === null) { 
     18if ($core->blog->settings->system->store_theme_url === null) { 
    1919     $core->blog->settings->system->put( 
    20           'repository_theme_url', 'http://update.dotaddict.org/dc2/themes.xml', 'string', 'Themes XML feed location', true, true 
     20          'store_theme_url', 'http://update.dotaddict.org/dc2/themes.xml', 'string', 'Themes XML feed location', true, true 
    2121     ); 
    2222} 
     
    3030     $core->themes,  
    3131     $core->blog->themes_path, 
    32      $core->blog->settings->system->repository_theme_url 
     32     $core->blog->settings->system->store_theme_url 
    3333); 
    3434$list::$distributed_modules = array( 
     
    132132 
    133133     # Updated modules from repo 
    134      $modules = $list->repository->get(true); 
     134     $modules = $list->store->get(true); 
    135135     if (!empty($modules)) { 
    136136          echo  
     
    202202     # New modules from repo 
    203203     $search = $list->getSearchQuery(); 
    204      $modules = $search ? $list->repository->search($search) : $list->repository->get(); 
     204     $modules = $search ? $list->store->search($search) : $list->store->get(); 
    205205 
    206206     if (!empty($search) || !empty($modules)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map