Changeset 3812:bc19aeafa1c2 for inc/core/class.dc.store.php
- Timestamp:
- 08/17/18 11:08:51 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.store.php
r3731 r3812 38 38 * @param object $modules dcModules instance 39 39 * @param string $xml_url XML feed URL 40 */ 41 public function __construct(dcModules $modules, $xml_url) 40 * @param boolean $force Force query repository 41 */ 42 public function __construct(dcModules $modules, $xml_url, $force = false) 42 43 { 43 44 $this->core = $modules->core; … … 46 47 $this->user_agent = sprintf('Dotclear/%s)', DC_VERSION); 47 48 48 $this->check( );49 $this->check($force); 49 50 } 50 51
Note: See TracChangeset
for help on using the changeset viewer.