Changeset 2147:b65846ba40f1 for inc/core
- Timestamp:
- 09/29/13 00:02:50 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.