Changeset 2147:b65846ba40f1
- Timestamp:
- 09/29/13 00:02:50 (12 years ago)
- Branch:
- dcRepo
- Location:
- inc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.repository.php
r2146 r2147 12 12 { 13 13 $this->core = $modules->core; 14 $this->modules = $modules 14 $this->modules = $modules; 15 $this->xml_url = $xml_url; 15 16 } 16 17 17 p rotectedfunction check($force=false)18 public function check($force=false) 18 19 { 19 20 if (!$this->xml_url) { 20 21 return false; 21 22 } 22 if (($parser = dc ModulesReader::quickParse($this->xml_url, DC_TPL_CACHE, $force)) === false) {23 if (($parser = dcRepositoryReader::quickParse($this->xml_url, DC_TPL_CACHE, $force)) === false) { 23 24 return false; 24 25 } -
inc/prepend.php
r2146 r2147 64 64 $__autoload['dcPager'] = dirname(__FILE__).'/admin/lib.pager.php'; 65 65 $__autoload['dcAdminCombos'] = dirname(__FILE__).'/admin/lib.admincombos.php'; 66 $__autoload['adminModulesList'] = dirname(__FILE__).'/admin/lib.moduleslist.php'; 67 $__autoload['adminThemesList'] = dirname(__FILE__).'/admin/lib.moduleslist.php'; 66 68 67 69 $__autoload['dcTemplate'] = dirname(__FILE__).'/public/class.dc.template.php';
Note: See TracChangeset
for help on using the changeset viewer.