Changeset 3872:39861f53bcc0 for inc/core/class.dc.update.php
- Timestamp:
- 09/12/18 14:45:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.update.php
r3795 r3872 172 172 } 173 173 174 public function setForcedFiles( )175 { 176 $this->forced_files = func_get_args();174 public function setForcedFiles(...$args) 175 { 176 $this->forced_files = $args; 177 177 } 178 178
Note: See TracChangeset
for help on using the changeset viewer.