Changeset 3872:39861f53bcc0 for inc/core/class.dc.media.php
- Timestamp:
- 09/12/18 14:45:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.media.php
r3731 r3872 158 158 } 159 159 160 protected function callFileHandler($type, $event )160 protected function callFileHandler($type, $event, ...$args) 161 161 { 162 162 if (!empty($this->file_handler[$type][$event])) { 163 $args = func_get_args();164 array_shift($args);165 array_shift($args);166 167 163 foreach ($this->file_handler[$type][$event] as $f) { 168 164 call_user_func_array($f, $args);
Note: See TracChangeset
for help on using the changeset viewer.