mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
setConverters() overrides existing converters
This commit is contained in:
parent
4bcf552f64
commit
125697a287
|
@ -103,7 +103,7 @@ class SeedDMS_Preview_Base {
|
||||||
* and the value is the command to be called for creating the preview
|
* and the value is the command to be called for creating the preview
|
||||||
*/
|
*/
|
||||||
function setConverters($arr) { /* {{{ */
|
function setConverters($arr) { /* {{{ */
|
||||||
$this->converters = array_merge($arr, $this->converters);
|
$this->converters = array_merge($this->converters, $arr);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user